using cmake 2.6 on mac include escape has to be changed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27532 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2008-11-16 12:23:28 +00:00
parent 8e366b1cab
commit aab943d87e

View 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("-----")