]> git.lyx.org Git - features.git/commitdiff
using cmake 2.6 on mac include escape has to be changed
authorStephan Witt <switt@lyx.org>
Sun, 16 Nov 2008 12:23:28 +0000 (12:23 +0000)
committerStephan Witt <switt@lyx.org>
Sun, 16 Nov 2008 12:23:28 +0000 (12:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27532 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index b44bb70797aef92382ab2a80d65980b71d5a1bd9..6acd51c8e56739d3d40eac55f2938b1cc3195c35 100644 (file)
@@ -193,7 +193,7 @@ message("----- LYX_ABS_INSTALLED_LOCALEDIR : ${LYX_ABS_INSTALLED_LOCALEDIR}")
 message("")
 
 
-add_definitions(-DBOOST_USER_CONFIG="<config.h>")
+add_definitions(-DBOOST_USER_CONFIG=<config.h>)
        
 if(MSVC AND NOT disable-pch AND NOT MERGE_FILES)
        message("-----")