Skip to content
Snippets Groups Projects
Commit d1d3d900 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr corr: list append woudl add ";"

parent a8df3b27
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ set(Frida_VERSION post-2.1.9a) ...@@ -20,7 +20,7 @@ set(Frida_VERSION post-2.1.9a)
#option(FRIDA_MAN "Build a user manual" OFF) #option(FRIDA_MAN "Build a user manual" OFF)
#option(BUILD_DEBIAN "Build a debian package" OFF) #option(BUILD_DEBIAN "Build a debian package" OFF)
list(APPEND CMAKE_CXX_FLAGS " -std=c++11 -g -pedantic -Wall -Wno-sign-compare -Wno-unused-result -Wno-parentheses -Werror") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -g -pedantic -Wall -Wno-sign-compare -Wno-unused-result -Wno-parentheses -Werror")
find_package(Gnuplot) find_package(Gnuplot)
find_package(BISON) find_package(BISON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment