Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
collada-dom
Commits
a03897f7
Commit
a03897f7
authored
Apr 03, 2017
by
Joseph Mirabel
Committed by
GitHub
Apr 03, 2017
Browse files
Merge pull request #2 from nim65s/master
[CMake] set CXX_STANDARD to 98
parents
c1c6180b
9c3078fc
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a03897f7
cmake_minimum_required
(
VERSION 2.6.0
)
cmake_minimum_required
(
VERSION 2.6.0
)
project
(
collada-dom
)
project
(
collada-dom
)
set
(
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE
)
set
(
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE
)
set
(
CMAKE_CXX_STANDARD 98
)
# Define here the needed parameters
# Define here the needed parameters
set
(
COLLADA_DOM_VERSION_MAJOR 2
)
set
(
COLLADA_DOM_VERSION_MAJOR 2
)
...
...
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