aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-12 15:06:56 -0700
committerAnders Broman <a.broman58@gmail.com>2018-03-13 05:33:15 +0000
commitda05837004bf4d1eecc6ca63dd82dde480aa3354 (patch)
tree21c27cdfe210086945f67376f2e644e795bbdee2 /epan
parent2519115695634258b1b492cc07c8feb8dc925b2f (diff)
CMake: Exclude wmem_test from the default build
Exclude wmem_test from the default Wireshark.sln build similar to our other test programs. Change-Id: If9a16944823bb3a928260c5e1307870253f1da8f Reviewed-on: https://code.wireshark.org/review/26456 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/wmem/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/wmem/CMakeLists.txt b/epan/wmem/CMakeLists.txt
index e8e8580759..673446ce50 100644
--- a/epan/wmem/CMakeLists.txt
+++ b/epan/wmem/CMakeLists.txt
@@ -70,6 +70,7 @@ target_link_libraries(wmem_test ${GLIB2_LIBRARIES} wsutil)
set_target_properties(wmem_test PROPERTIES
FOLDER "Tests"
+ EXCLUDE_FROM_DEFAULT_BUILD True
COMPILE_DEFINITIONS "WS_BUILD_DLL"
)