Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit c96a5c0

Browse files
authored
add top-level cmake option for openmp
1 parent af2ac9b commit c96a5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries" ON)
5252
option(ENABLE_TESTS "Build tests" ON)
5353
option(ENABLE_MPI "Build MPI Support" ON)
5454
option(ENABLE_SERIAL "Build Non-MPI Support" ON)
55+
option(ENABLE_OPENMP "Build OpenMP Support" ON)
5556

5657
if(NOT ENABLE_SERIAL AND NOT ENABLE_MPI)
5758
message(FATAL_ERROR "No libraries are built. "

0 commit comments

Comments
 (0)