diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-12-09 22:03:56 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-12-09 22:03:56 +0100 |
| commit | fdc9151ba47a5c4b97bc742e6953920595109eac (patch) | |
| tree | 08f48f11908c74cf62d64e7da073d0299b151ad2 /CMakeLists.txt | |
| parent | 7af605d1d42b2760799e816b7b25efe90a07d269 (diff) | |
Try to implement path handling for windows too.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 91b8813..ce1a29c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ OPTION (WITH_AUDIO "Build with audio enabled" ON) OPTION (ENABLE_DEBUG "Build debug features" ON) OPTION (DEVELOPER "Modify stuff to please tuxanci devs" OFF) MARK_AS_ADVANCED ( DEVELOPER ) -OPTION (PACKAGE "Define building binary package" OFF) +OPTION (PACKAGE "Define building binary package on windows" OFF) MARK_AS_ADVANCED ( PACKAGE ) OPTION (WITH_NLS "Build the translations" ON) OPTION (Apple "Build some apple quirks. USE ONLY ON MAC!" OFF) |