Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-util
Commits
2bfd01f7
Commit
2bfd01f7
authored
Nov 26, 2019
by
Guilhem Saurel
Browse files
[CMake] sync submodule
parent
d181f80a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2bfd01f7
...
...
@@ -14,19 +14,19 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Requires at least CMake 2.6 to configure the package.
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/hpp.cmake
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
SET
(
PROJECT_NAME hpp-util
)
SET
(
PROJECT_DESCRIPTION
"Debugging tools for the HPP project."
)
SET
(
PROJECT_URL
"http://github.com/humanoid-path-planner/hpp-util"
)
INCLUDE
(
cmake/hpp.cmake
)
INCLUDE
(
cmake/boost.cmake
)
SET
(
CXX_DISABLE_WERROR 1
)
SETUP_HPP_PROJECT
()
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
# Search for Boost.
SET
(
BOOST_COMPONENTS filesystem system
)
...
...
@@ -59,5 +59,3 @@ ADD_SUBDIRECTORY(tests)
PKG_CONFIG_APPEND_LIBS
(
"hpp-util"
)
PKG_CONFIG_APPEND_BOOST_LIBS
(
${
BOOST_COMPONENTS
}
)
SETUP_HPP_PROJECT_FINALIZE
()
cmake
@
7eca9ee6
Compare
320c6369
...
7eca9ee6
Subproject commit
320c636960b03b3bad7c7a08bd2e104951f42bc3
Subproject commit
7eca9ee6c9d1c4ee20eb82272e94f9d11642053a
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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