Skip to content

Commit

Permalink
Fix USE_OPENMP
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer authored Jul 17, 2023
1 parent 899542f commit a39a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptopp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ target_link_libraries(cryptopp ${CMAKE_THREAD_LIBS_INIT})
# ============================================================================
# Setup OpenMP
# ============================================================================
if(USE_OPENMP)
if(CRYPTOPP_USE_OPENMP)
list (APPEND CMAKE_PREFIX_PATH /usr/local/opt/libomp)
list (APPEND CMAKE_PREFIX_PATH /opt/homebrew/opt/libomp/)
list (APPEND CMAKE_PREFIX_PATH /opt/local/lib/libomp/)
Expand Down

0 comments on commit a39a0a5

Please sign in to comment.