Skip to content

Commit

Permalink
Lower required cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
sundermann committed Feb 26, 2023
1 parent 0fa2e04 commit a85cdfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.22)
cmake_minimum_required(VERSION 3.12)
project(webos_userland LANGUAGES C CXX)

set(CMAKE_C_STANDARD 11)
Expand Down Expand Up @@ -39,4 +39,4 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/

install(DIRECTORY ${CMAKE_SOURCE_DIR}/share/pkgconfig/
DESTINATION share/pkgconfig
FILES_MATCHING PATTERN "*.pc")
FILES_MATCHING PATTERN "*.pc")

0 comments on commit a85cdfa

Please sign in to comment.