Skip to content

Commit b508541

Browse files
committed
Debug
1 parent 65a288e commit b508541

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,12 @@ function(configure_kernel kernel)
139139

140140
if(${kernel} MATCHES "omp/$")
141141
set(XEUS_CPP_OMP "-fopenmp")
142+
set(XEUS_CPP_INCLUDE_DIR "${XEUS_CPP_INCLUDE_DIR};${OpenMP_CXX_INCLUDE_DIRS}")
142143
endif()
143144

145+
message(Configure_Kernel "${kernel}")
146+
message(CPP_OMP_FLAG "${XEUS_CPP_OMP}")
147+
message(CPP_INCLUDE_DIR "${XEUS_CPP_INCLUDE_DIR}")
144148
if (WIN32)
145149
string(REPLACE "\\" "/" kernel "${kernel}")
146150
string(REPLACE "\\" "/" XEUS_CPP_PATH "${XEUS_CPP_PATH}")

0 commit comments

Comments
 (0)