Skip to content

Commit 9b98835

Browse files
committed
Debug 2
1 parent b508541 commit 9b98835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ 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}")
142+
set(XEUS_CPP_INCLUDE_DIR "${XEUS_CPP_INCLUDE_DIR};${OpenMP_INCLUDE_DIRS}")
143143
endif()
144144

145145
message(Configure_Kernel "${kernel}")

0 commit comments

Comments
 (0)