From: Marsel Galimullin Date: Sun, 20 Aug 2017 15:49:55 +0000 (+0300) Subject: fixed add_custom_target() in intrusice-set and set X-Git-Tag: v2.3.1~8^2 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=ec943d1ee65b0e36406be135f1c3e58be65671b7;hp=--cc fixed add_custom_target() in intrusice-set and set --- ec943d1ee65b0e36406be135f1c3e58be65671b7 diff --git a/test/unit/intrusive-set/CMakeLists.txt b/test/unit/intrusive-set/CMakeLists.txt index f6694df6..76e5c758 100644 --- a/test/unit/intrusive-set/CMakeLists.txt +++ b/test/unit/intrusive-set/CMakeLists.txt @@ -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} diff --git a/test/unit/set/CMakeLists.txt b/test/unit/set/CMakeLists.txt index 1dc80642..3772b675 100644 --- a/test/unit/set/CMakeLists.txt +++ b/test/unit/set/CMakeLists.txt @@ -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}