Remore the ";" in the list of compiler flags since it was giving

problems in some environments
This commit is contained in:
Carles Fernandez 2014-11-02 15:13:44 +01:00
parent a2cad4c147
commit 8918f9d8ac
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ if(ENABLE_GPERFTOOLS)
endif(GPERFTOOLS_FOUND)
endif(ENABLE_GPERFTOOLS)
list(APPEND CMAKE_CXX_FLAGS ${MY_CXX_FLAGS})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MY_CXX_FLAGS}")
if(OS_IS_LINUX)
if(${LINUX_DISTRIBUTION} MATCHES "Fedora" OR ${LINUX_DISTRIBUTION} MATCHES "openSUSE")