We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f985b54 + c2ad6db commit 1cb3e2eCopy full SHA for 1cb3e2e
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8.3)
+cmake_minimum_required(VERSION 2.8.12)
2
3
project( boost.numpy )
4
@@ -43,6 +43,8 @@ find_package(NumPy REQUIRED)
43
# set(Boost_USE_STATIC_LIBS ON)
44
# set(Boost_USE_MULTITHREADED ON)
45
# set(Boost_USE_STATIC_RUNTIME ON)
46
+set(CMAKE_MACOSX_RPATH 1)
47
+
48
if(${PYTHON_VERSION_STRING} GREATER 3.0)
49
message(STATUS "Using Python3")
50
find_package(Boost COMPONENTS python3 REQUIRED)
0 commit comments