We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OpenMP
CMakeLists.txt
1 parent e811db7 commit 7eb084dCopy full SHA for 7eb084d
CMakeLists.txt
@@ -208,7 +208,7 @@ if (PHMAP_BUILD_EXAMPLES)
208
# -------------------------------------------------------------
209
find_package(OpenMP)
210
find_package(Boost 1.70.0)
211
- if (OPENMP_FOUND AND Boost_FOUND AND "cxx_std_20" IN_LIST CMAKE_CXX_COMPILE_FEATURES)
+ if (OpenMP_FOUND AND Boost_FOUND AND "cxx_std_20" IN_LIST CMAKE_CXX_COMPILE_FEATURES)
212
add_executable(ex_llil4map examples/llil4map.cc phmap.natvis)
213
target_include_directories(ex_llil4map PRIVATE ${Boost_INCLUDE_DIRS})
214
target_compile_features(ex_llil4map PUBLIC cxx_std_20)
0 commit comments