File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -129,20 +129,16 @@ if(${OPENMP_STANDALONE_BUILD})
129129 else ()
130130 set (LIBOMP_HEADERS_INSTALL_PATH "${CMAKE_INSTALL_INCLUDEDIR} " )
131131 endif ()
132- message ("MK: CMAKE_Fortran_COMPILER_ID=${CMAKE_Fortran_COMPILER_ID} " )
133132 if (CMAKE_Fortran_COMPILER_ID MATCHES "Flang" )
134133 execute_process (
135134 OUTPUT_STRIP_TRAILING_WHITESPACE
136135 COMMAND ${CMAKE_Fortran_COMPILER} --print-resource -dir
137136 RESULT_VARIABLE COMMAND_RETURN_CODE
138137 OUTPUT_VARIABLE FORTRAN_COMPILER_RESOURCE_DIR
139138 )
140- # TODO: This must not be hard-coded, but needs to come from Flang!
141139 set (LIBOMP_MODULES_INSTALL_PATH "${FORTRAN_COMPILER_RESOURCE_DIR} " )
142- message ("MK: 1 LIBOMP_MODULES_INSTALL_PATH=${LIBOMP_MODULES_INSTALL_PATH} " )
143140 else ()
144141 set (LIBOMP_MODULES_INSTALL_PATH "${CMAKE_INSTALL_INCLUDEDIR} " )
145- message ("MK: 2 LIBOMP_MODULES_INSTALL_PATH=${CMAKE_INSTALL_INCLUDEDIR} " )
146142 endif ()
147143else ()
148144 include (GetClangResourceDir)
You can’t perform that action at this time.
0 commit comments