]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: fix syntax error of set()
authorKefu Chai <kchai@redhat.com>
Fri, 22 Feb 2019 05:37:43 +0000 (13:37 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Feb 2019 05:43:00 +0000 (13:43 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt

index ff12c8644c1bbf2af5a5750dc3ef076f31136c97..987763a4a80b472e8386c8e5370bdbb3cdc97fa9 100644 (file)
@@ -576,7 +576,7 @@ option(ENABLE_COVERAGE "Coverage is enabled" OFF)
 option(PG_DEBUG_REFS "PG Ref debugging is enabled" OFF)
 
 option(WITH_TESTS "enable the build of ceph-test package scripts/binaries" ON)
-set("UNIT_TESTS_BUILT", ${WITH_TESTS})
+set(UNIT_TESTS_BUILT ${WITH_TESTS})
 set(CEPH_TEST_TIMEOUT 3600 CACHE STRING 
   "Maximum time before a CTest gets killed" )