From 465874cb0bc2524783de68b8c23c6c3a8215d10b Mon Sep 17 00:00:00 2001 From: tlegrand Date: Mon, 26 Nov 2007 08:00:25 +0000 Subject: [PATCH] Warning: A '_WINDOWS' definition is added to compile four Unix-dedicated files (eoCtrlCContinue.h,eoCtrlCContinue.cpp, pipecom.h, pipecom.cpp). The same definition should be added in the automake configuration file to ensure the compatibility. --- eo/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/CMakeLists.txt b/eo/CMakeLists.txt index 5f5ddf68..7727d3ce 100644 --- a/eo/CMakeLists.txt +++ b/eo/CMakeLists.txt @@ -6,7 +6,7 @@ INCLUDE(eo-conf.cmake OPTIONAL) ###################################################################################### - + ###################################################################################### @@ -53,7 +53,7 @@ INCLUDE(ConfigureChecks.cmake) # now create config headers configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h ) -# Set a special flag if the environment is windows +# Set a special flag if the environment is windows (should do the same in a config.g file) IF (WIN32) ADD_DEFINITIONS(-D_WINDOWS=1) ENDIF (WIN32)