Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored May 16, 2024
1 parent 26d3ec8 commit f1f309b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function(configure_kernel kernel)
set(XEUS_CPP_RESOURCE_DIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/clang/${CPPINTEROP_LLVM_VERSION_MAJOR})
set(XEUS_CPP_INCLUDE_DIR ${CMAKE_INSTALL_PREFIX}/include)

if(${kernel} MATCHES "omp$")
if(${kernel} MATCHES "omp/$")
set(XEUS_CPP_OMP "-fopenmp")
endif()

Expand Down

0 comments on commit f1f309b

Please sign in to comment.