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 ce78062 commit cb345c6Copy full SHA for cb345c6
openmp/CMakeLists.txt
@@ -127,12 +127,9 @@ if(${OPENMP_STANDALONE_BUILD})
127
RESULT_VARIABLE COMMAND_RETURN_CODE
128
OUTPUT_VARIABLE FORTRAN_COMPILER_RESOURCE_DIR
129
)
130
- # TODO: This must not be hard-coded, but needs to come from Flang!
131
set(LIBOMP_MODULES_INSTALL_PATH "${FORTRAN_COMPILER_RESOURCE_DIR}")
132
- message("MK: 1 LIBOMP_MODULES_INSTALL_PATH=${LIBOMP_MODULES_INSTALL_PATH}")
133
else()
134
set(LIBOMP_MODULES_INSTALL_PATH "${CMAKE_INSTALL_INCLUDEDIR}")
135
- message("MK: 2 LIBOMP_MODULES_INSTALL_PATH=${CMAKE_INSTALL_INCLUDEDIR}")
136
endif()
137
138
include(GetClangResourceDir)
0 commit comments