Merge pull request #85 from mgalimullin/fix_cmakelists
authorMax Khizhinsky <libcds.dev@gmail.com>
Mon, 21 Aug 2017 07:47:43 +0000 (10:47 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2017 07:47:43 +0000 (10:47 +0300)
fixed add_custom_target() in intrusice-set and set

test/unit/intrusive-set/CMakeLists.txt
test/unit/set/CMakeLists.txt

index f6694df63405c9dc07e6e07530b443245232b846..76e5c75823df21dc392c9819408b2cdc25d37232 100644 (file)
@@ -130,7 +130,7 @@ add_custom_target( unit-iset
         ${UNIT_ISET_MICHAEL}
         ${UNIT_ISET_MICHAEL_ITERABLE}
         ${UNIT_ISET_MICHAEL_LAZY}
-        ${UNIT_ISET_SKIP_LIST}
+        ${UNIT_ISET_SKIP}
         ${UNIT_ISET_SPLIT_MICHAEL}
         ${UNIT_ISET_SPLIT_ITERABLE}
         ${UNIT_ISET_SPLIT_LAZY}
index 1dc80642c3b507a1a26b65ac706759707fd3dae9..3772b675238e78e23c31a904f51956fbd865f428 100644 (file)
@@ -127,7 +127,7 @@ add_custom_target( unit-set
         ${UNIT_SET_MICHAEL}
         ${UNIT_SET_MICHAEL_ITERABLE}
         ${UNIT_SET_MICHAEL_LAZY}
-        ${UNIT_SET_SKIP_LIST}
+        ${UNIT_SET_SKIP}
         ${UNIT_SET_SPLIT_MICHAEL}
         ${UNIT_SET_SPLIT_ITERABLE}
         ${UNIT_SET_SPLIT_LAZY}