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.
2 parents 1fb5612 + 8453d85 commit d2cf908Copy full SHA for d2cf908
openmp/runtime/openmp-config.cmake.in
@@ -11,3 +11,7 @@ set_and_check( openmp_INCLUDE_DIR "@PACKAGE_LIBOMP_HEADERS_INSTALL_PATH@" )
11
set_and_check( openmp_INCLUDE_DIRS "${openmp_INCLUDE_DIR}" )
12
13
include( "${CMAKE_CURRENT_LIST_DIR}/openmpTargets.cmake" )
14
+
15
+set_property(TARGET OpenMP::omp APPEND PROPERTY
16
+ INTERFACE_COMPILE_OPTIONS "-fopenmp"
17
+)
0 commit comments