Skip to content

Commit 53d3de0

Browse files
committed
Bump minimum required CMake version to 3.10 to fix failure with 4.x.
Fixes: #312
1 parent 2e83649 commit 53d3de0

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)