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 --- remote-process/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-process') diff --git a/remote-process/CMakeLists.txt b/remote-process/CMakeLists.txt index 0cf477a..d5bda0a 100644 --- a/remote-process/CMakeLists.txt +++ b/remote-process/CMakeLists.txt @@ -1,4 +1,4 @@ -add_executable(remote-process main.cpp) # TODO: WIN32 ? +add_executable(remote-process main.cpp) # TODO: separate remote-processor's includes in half (public/private) # And use only public headers here -- cgit v1.1