commit | d22efe47813c8edc63a9d2acfb7a987f3990b2d2 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Fri Jun 24 05:26:43 2011 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Fri Jun 24 05:26:43 2011 +0000 |
tree | 30447b098e417f69dcebcf20637bdcd73ba9839c | |
parent | 65a4cc4b507ba8d9d48e1d3911723ccc44f7ce75 [diff] [blame] |
Installer needs to be built from the top-level CMake context. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4535 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/CMakeLists.txt b/CMakeLists.txt index 32917ea..081eaea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -309,6 +309,7 @@ if(WIN32) add_subdirectory(win) + include(win/installer/BuildInstaller.cmake) else() # No interest in building x related parts on Apple if(NOT APPLE)