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 3cf085d commit a278045Copy full SHA for a278045
libompd/src/CMakeLists.txt
@@ -6,6 +6,7 @@ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
6
7
include_directories (
8
${CMAKE_CURRENT_SOURCE_DIR}
9
+ ${LIBOMP_INCLUDE_DIR}
10
)
11
12
INSTALL( TARGETS ompd
runtime/CMakeLists.txt
@@ -400,3 +400,7 @@ endif()
400
401
add_subdirectory(src)
402
add_subdirectory(test)
403
+
404
+# make these variables available for tools/libompd:
405
+set(LIBOMP_LIBRARY_DIR ${LIBOMP_LIBRARY_DIR} PARENT_SCOPE)
406
+set(LIBOMP_INCLUDE_DIR ${LIBOMP_INCLUDE_DIR} PARENT_SCOPE)
0 commit comments