diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:32:19 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:32:58 (GMT) |
commit | 01f75cb13885a81115702f58e5b8a6ead108988a (patch) | |
tree | 0f8fb8c844d4d8b0c52988515113284273d307ca /CMakeLists.txt | |
parent | fd25a62a8f0597ffaf2ea1e8ba7da5114660553e (diff) | |
parent | ea7ea4656e9d2ade9516082885e6e49a1065c2d1 (diff) |
Merge branch 'master' of git.gromacs.org:tng
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca36e4e..02cb2bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ option(TNG_BUILD_FORTRAN "Build Fortran compatible library and examples for test option(TNG_BUILD_EXAMPLES "Build examples showing usage of the TNG API" ON) option(TNG_BUILD_COMPRESSION_TESTS "Build tests of the TNG compression library" OFF) -option(TNG_USE_OPENMP "Try to use the OpenMP library (if available)" ON) +option(TNG_USE_OPENMP "Try to use the OpenMP library (if available)" OFF) if(TNG_USE_OPENMP) find_package(OpenMP) if(OPENMP_FOUND) |