]> git.lyx.org Git - features.git/commitdiff
add needed quotes
authorStephan Witt <switt@lyx.org>
Thu, 2 Sep 2010 08:28:34 +0000 (08:28 +0000)
committerStephan Witt <switt@lyx.org>
Thu, 2 Sep 2010 08:28:34 +0000 (08:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35265 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index dc05731c52777cb053a3d439ab91c2cd0e6054e0..92d0bb848fc125b0ae0a01a93e44b95796b0bc9a 100644 (file)
@@ -232,7 +232,7 @@ if(NOT MSVC)
        if(NOT LYX_QUIET)
                set(CMAKE_VERBOSE_MAKEFILE ON)
        endif()
-       set(LYX_CXX_FLAGS -Wall -Wunused-parameter)
+       set(LYX_CXX_FLAGS "-Wall -Wunused-parameter")
        if(LYX_STDLIB_DEBUG)
                set(LYX_CXX_FLAGS "${LYX_CXX_FLAGS} -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC")
        endif()