Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
f2b9490b
Commit
f2b9490b
authored
Dec 26, 2017
by
Emmanuel Promayon
Browse files
FIXED comment
This branch fixes #5.
parent
e3a21e38
Changes
1
Hide whitespace changes
Inline
Side-by-side
sdk/libraries/cepgenerator/resources/cep.CMakeLists.txt.in
View file @
f2b9490b
...
...
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.0)
# Find CamiTK SDK
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR})
#
From now on, CamiTK is C++11 compliant (this flag is needed for early support of C++11 in g++)
#
CamiTK requires C++11
if(${CMAKE_VERSION} VERSION_LESS "3.1.3")
# CMAKE_CXX_STANDARD not available for cmake 3.0.2 (as in debian old stable)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment