Skip to content

Commit 5b8d80b

Browse files
committed
suppress CMP0042 warning
1 parent 2a52ed2 commit 5b8d80b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
CMakeFiles
2-
CMakeCache.txt
3-
cmake_install.cmake
4-
Makefile
5-
libhv.dylib
1+
build/

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 2.4)
22

33
project(hv)
44

5+
set(CMAKE_MACOSX_RPATH 1)
6+
57
set(CMAKE_C_FLAGS_RELEASE "-Wall -O2")
68
set(CMAKE_C_FLAGS_DEBUG "-g -O0")
79
set(CMAKE_BUILD_TYPE Release)

0 commit comments

Comments
 (0)