--pedantic;
This commit is contained in:
parent
7dbffa0271
commit
b6d71f3cbf
11 changed files with 10 additions and 12 deletions
|
@ -40,7 +40,7 @@ include(KDECompilerSettings)
|
|||
include(KDECMakeSettings)
|
||||
include(FeatureSummary)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -pedantic")
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
#add_subdirectory( doc )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue