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 853221d commit eaac6b7Copy full SHA for eaac6b7
cmake/configure.cmake
@@ -28,6 +28,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
28
29
set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
30
31
+option(USE_COVERAGE "Enable coverage instrumentation" OFF)
32
+
33
if(USE_COVERAGE)
34
set(CMAKE_INSTALL_RPATH "${CMAKE_BINARY_DIR}/ppc_onetbb/install/lib")
35
else()
0 commit comments