Skip to content

Commit

Permalink
Actually run the OpenMP tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 30, 2024
1 parent e6fad0e commit 3da8a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endmacro()
create_test(libtest)

find_package(OpenMP)
if (USE_OPENMP)
if (OpenMP_FOUND)
create_test(omptest)
target_link_libraries(omptest OpenMP::OpenMP_CXX)
endif()

0 comments on commit 3da8a3e

Please sign in to comment.