Skip to content

Commit 7669f15

Browse files
committed
move cmake properties to src/CMakeLists.txt
1 parent 8e51c72 commit 7669f15

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
2+
PROJECT(sirius_solver)
3+
14
if(MSVC)
25
add_compile_definitions("_CRT_SECURE_NO_WARNINGS")
36
SET(BUILD_SHARED_LIBS OFF)

0 commit comments

Comments
 (0)