Skip to content

Commit 905d402

Browse files
committed
Update CMake
1 parent 8c1e724 commit 905d402

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(binsparse-rc)
33

4+
cmake_policy(SET CMP0079 NEW)
5+
46
set(CMAKE_C_STANDARD 11)
57

68
set(CMAKE_C_FLAGS "-O3 -march=native")

0 commit comments

Comments
 (0)