From fdc9151ba47a5c4b97bc742e6953920595109eac Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Wed, 9 Dec 2009 22:03:56 +0100 Subject: Try to implement path handling for windows too. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3