diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-10-27 08:09:44 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-10-27 08:09:44 +0000 |
commit | bcec85b2910c2e2ddf1eb59bee21d7d2b733d39d (patch) | |
tree | 289c85b749b1d0d49f3c5a8199c4d324b9734ed7 /win | |
parent | 80dfacff66d88fd0f43503cb0897f31231a007ca (diff) | |
download | tigervnc-bcec85b2910c2e2ddf1eb59bee21d7d2b733d39d.tar.gz tigervnc-bcec85b2910c2e2ddf1eb59bee21d7d2b733d39d.zip |
Work around issue in CMake 2.6
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4175 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win')
-rw-r--r-- | win/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt index ee0a5c02..1fa02c7f 100644 --- a/win/CMakeLists.txt +++ b/win/CMakeLists.txt @@ -2,7 +2,7 @@ add_definitions(-D_WIN32_IE=0x0500 -D_WIN32_WINNT=0x0500) include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/win) -configure_file(resdefs.h.in resdefs.h) +configure_file(resdefs.h.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h) add_subdirectory(rfb_win32) add_subdirectory(vncviewer) |