diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-18 11:18:09 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-18 11:18:09 (GMT) |
commit | 432b68b7ce8ed3239a298b6e7bc2bc7fd139564a (patch) | |
tree | 1222fc8f369ed3f5fea6770389d3d320e9b21c6a /CMakeLists.txt | |
parent | 14b912ae01b55dc79d668df55e71b474efeb3dff (diff) |
Minor fixes to descriptions.
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 f43b5e3..e529645 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include) option(TNG_BUILD_FORTRAN "Build Fortran compatible library and examples for testing" OFF) option(TNG_BUILD_EXAMPLES "Build examples showing usage of the TNG API" ON) -option(TNG_BUILD_TEST "Build tng testing binary." ON) +option(TNG_BUILD_TEST "Build TNG testing binary." 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)" OFF) |