diff --git a/CMakeLists.txt b/CMakeLists.txt index 331478e49..095cb6d64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,10 +92,10 @@ add_executable(osrm-routed routed.cpp ${ServerGlob}) add_executable(osrm-datastore datastore.cpp $ $ $ $) # Unit tests -add_executable(datastructure-tests EXCLUDE_FROM_ALL UnitTests/datastructure_tests.cpp ${DataStructureTestsGlob} $ $) +add_executable(datastructure-tests EXCLUDE_FROM_ALL UnitTests/datastructure_tests.cpp ${DataStructureTestsGlob} $ $ $) # Benchmarks -add_executable(rtree-bench EXCLUDE_FROM_ALL Benchmarks/StaticRTreeBench.cpp $ $) +add_executable(rtree-bench EXCLUDE_FROM_ALL Benchmarks/StaticRTreeBench.cpp $ $ $) # Check the release mode if(NOT CMAKE_BUILD_TYPE MATCHES Debug)