Skip to content

Commit c5c5753

Browse files
Require CMake 3.12 because we want to use hwloc_ROOT to let users configure find_package.
1 parent 348f4aa commit c5c5753

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: CMakeLists.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
if(CMAKE_VERSION VERSION_LESS "3.12.0")
2-
cmake_minimum_required(VERSION 3.2)
3-
else()
4-
cmake_minimum_required(VERSION 3.2...3.31)
5-
endif()
1+
cmake_minimum_required(VERSION 3.12...3.31)
62

73
set(CMAKE_C_STANDARD 11)
84
set(BUILD_SHARED_LIBS ON CACHE BOOL "Build using shared libraries.")

0 commit comments

Comments
 (0)