Skip to content

Commit 8b79a39

Browse files
authored
Merge pull request #313 from sebastic/cmake-4
Bump minimum required CMake version to 3.10 to fix failure with 4.x.
2 parents cc94ac2 + 53d3de0 commit 8b79a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
22

33
if ( ${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR} )
44
message(FATAL_ERROR "In-source builds not allowed.

0 commit comments

Comments
 (0)