Skip to content

Commit cb345c6

Browse files
committed
Cleanup debugging code
1 parent ce78062 commit cb345c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openmp/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,9 @@ if(${OPENMP_STANDALONE_BUILD})
127127
RESULT_VARIABLE COMMAND_RETURN_CODE
128128
OUTPUT_VARIABLE FORTRAN_COMPILER_RESOURCE_DIR
129129
)
130-
# TODO: This must not be hard-coded, but needs to come from Flang!
131130
set(LIBOMP_MODULES_INSTALL_PATH "${FORTRAN_COMPILER_RESOURCE_DIR}")
132-
message("MK: 1 LIBOMP_MODULES_INSTALL_PATH=${LIBOMP_MODULES_INSTALL_PATH}")
133131
else()
134132
set(LIBOMP_MODULES_INSTALL_PATH "${CMAKE_INSTALL_INCLUDEDIR}")
135-
message("MK: 2 LIBOMP_MODULES_INSTALL_PATH=${CMAKE_INSTALL_INCLUDEDIR}")
136133
endif()
137134
else()
138135
include(GetClangResourceDir)

0 commit comments

Comments
 (0)