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
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a03897f7
cmake_minimum_required
(
VERSION 2.6.0
)
project
(
collada-dom
)
set
(
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE
)
set
(
CMAKE_CXX_STANDARD 98
)
# Define here the needed parameters
set
(
COLLADA_DOM_VERSION_MAJOR 2
)
...
...
@@ -115,7 +116,7 @@ if( MSVC )
set
(
Boost_USE_STATIC_RUNTIME OFF
)
set
(
Boost_CFLAGS
"-DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB"
)
endif
()
set
(
Boost_ADDITIONAL_VERSIONS
"1.46"
"1.45"
"1.44"
"1.43"
"1.42"
"1.41"
"1.40"
"1.39"
"1.38"
"1.37.0"
"1.37"
"1.35.0"
"1.34.1"
"1.34.0"
"1.34"
"1.33.1"
"1.33.0"
"1.33"
)
if
(
NOT $ENV{BOOST_INCLUDEDIR} STREQUAL
""
)
...
...
@@ -267,7 +268,7 @@ if(CMAKE_CPACK_COMMAND AND UNIX AND OPT_BUILD_PACKAGES)
set
(
CPACK_RESOURCE_FILE_LICENSE
${
CMAKE_CURRENT_SOURCE_DIR
}
/dom/license.txt
)
set
(
CPACK_COMPONENT_
${
COMPONENT_PREFIX_UPPER
}
DOM-DEV_DISPLAY_NAME
"common headers and installs"
)
set
(
CPACK_DEBIAN_BUILD_DEPENDS debhelper cmake libxml2-dev libboost-dev libpcre3-dev zlib1g-dev libboost-filesystem-dev libboost-system-dev libpcre3-dev pkg-config
)
# debian
...
...
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