We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e51c72 commit 7669f15Copy full SHA for 7669f15
2 files changed
CMakeLists.txt
src/CMakeLists.txt
@@ -1,3 +1,6 @@
1
+CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
2
+PROJECT(sirius_solver)
3
+
4
if(MSVC)
5
add_compile_definitions("_CRT_SECURE_NO_WARNINGS")
6
SET(BUILD_SHARED_LIBS OFF)
0 commit comments