From fefdd77a3b254bbe3e566c4592816d37720a58c9 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Thu, 20 Feb 2014 10:39:26 +0100 Subject: CMake: remove WIN32 comments At the time of writing the makefiles, it wasn't clear what this argument was for. According to the documentation, it is only useful for GUI applications on windows. test-platform and remote-process are command-line tools and this does not apply. Signed-off-by: David Wagner --- test/test-platform/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-platform/CMakeLists.txt b/test/test-platform/CMakeLists.txt index c379171..f173c7b 100644 --- a/test/test-platform/CMakeLists.txt +++ b/test/test-platform/CMakeLists.txt @@ -1,4 +1,4 @@ -add_executable(test-platform # WIN32 ? +add_executable(test-platform main.cpp TestPlatform.cpp) -- cgit v1.1