diff --git a/src/Common/CMakeLists.txt b/src/Common/CMakeLists.txt index 7cc8dd25cd9..d4802c28f53 100644 --- a/src/Common/CMakeLists.txt +++ b/src/Common/CMakeLists.txt @@ -1,6 +1,6 @@ -#if (ENABLE_BENCHMARKS) +if (ENABLE_BENCHMARKS) add_subdirectory(benchmarks) -#endif() +endif() if (ENABLE_EXAMPLES) add_subdirectory(examples)