summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeServerLib/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-30 16:11:54 (GMT)
committerBrad King <brad.king@kitware.com>2017-11-30 16:19:31 (GMT)
commit32cfa7b324de799eefb2f7370fb54b700d1a87a5 (patch)
tree4b002818928a543986959b34f34117a2558f139c /Tests/CMakeServerLib/CMakeLists.txt
parent92b212e87542552a8dd095608098609a3ebe1d6d (diff)
downloadCMake-32cfa7b324de799eefb2f7370fb54b700d1a87a5.zip
CMake-32cfa7b324de799eefb2f7370fb54b700d1a87a5.tar.gz
CMake-32cfa7b324de799eefb2f7370fb54b700d1a87a5.tar.bz2
cmUVHandlePtr: Move to CMakeLib to make it available everywhere
Diffstat (limited to 'Tests/CMakeServerLib/CMakeLists.txt')
-rw-r--r--Tests/CMakeServerLib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeServerLib/CMakeLists.txt b/Tests/CMakeServerLib/CMakeLists.txt
index f1ca2a4..5e1ad0c 100644
--- a/Tests/CMakeServerLib/CMakeLists.txt
+++ b/Tests/CMakeServerLib/CMakeLists.txt
@@ -6,7 +6,6 @@ include_directories(
set(CMakeServerLib_TESTS
testServerBuffering
- testUVRAII
)
create_test_sourcelist(CMakeLib_TEST_SRCS CMakeServerLibTests.cxx ${CMakeServerLib_TESTS})