yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12037
[Branch ~yade-pkg/yade/git-trunk] Rev 3656: Minor fix in CMakeLists.txt
------------------------------------------------------------
revno: 3656
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Tue 2015-05-19 21:43:55 +0200
message:
Minor fix in CMakeLists.txt
modified:
CMakeLists.txt
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2015-05-04 16:59:30 +0000
+++ CMakeLists.txt 2015-05-19 19:43:55 +0000
@@ -71,7 +71,7 @@
ENDIF()
ENDIF()
-SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} " -fPIC -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -std=c++0x")
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -std=c++0x")
IF (DEBUG)
SET(CMAKE_VERBOSE_MAKEFILE 1)