diff options
author | Zezula Ladislav <ladislav.zezula@avast.com> | 2018-04-03 15:13:41 +0200 |
---|---|---|
committer | Zezula Ladislav <ladislav.zezula@avast.com> | 2018-04-03 15:13:41 +0200 |
commit | 67fde87202c8ad1bb2d23e2ecb69ddeb215e6c8f (patch) | |
tree | 6c962beda9af4d178d110e43261e202b2204e4b4 /CMakeLists.txt | |
parent | 008a48ed998dedcae4a6c7646c8f8562eb8af906 (diff) |
+ Fixed build warnings in VS 2015
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d8d041..28f5280 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ set(LIBRARY_NAME storm) include(CMakeDependentOption) option(BUILD_SHARED_LIBS "Compile shared libraries" OFF) -cmake_dependent_option(STORM_BUILD_TESTS +option(STORM_BUILD_TESTS "Compile StormLib test application" OFF - "BUILD_TESTING" OFF # Stay coherent with CTest variables +# "BUILD_TESTING" OFF # Stay coherent with CTest variables ) set(SRC_FILES |