We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd533a commit ccc6db9Copy full SHA for ccc6db9
cmake/configure.cmake
@@ -35,8 +35,9 @@ if(USE_COVERAGE)
35
else()
36
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
37
endif()
38
+set(CMAKE_BUILD_RPATH "${CMAKE_BINARY_DIR}/ppc_onetbb/install/lib")
39
-set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
40
+set(CMAKE_BUILD_WITH_INSTALL_RPATH OFF)
41
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)
42
set(CMAKE_SKIP_BUILD_RPATH OFF)
43
0 commit comments