Skip to content
Snippets Groups Projects
Commit a7613e6d authored by Louis Montaut's avatar Louis Montaut
Browse files

CMakeLists.txt: move option

parent ce7a0f1d
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,8 @@ SET(DOXYGEN_USE_TEMPLATE_CSS TRUE)
# --- OPTIONS ---------------------------------------
# Need to be set before including base.cmake
# ----------------------------------------------------
OPTION(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
option(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
option(HPP_FCL_TURN_ASSERT_INTO_EXCEPTION "turn some critical HPP-FCL asserts to exception." FALSE)
# Check if the submodule cmake have been initialized
set(JRL_CMAKE_MODULES "${CMAKE_CURRENT_LIST_DIR}/cmake")
......@@ -130,8 +131,6 @@ else()
CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE)
endif()
option(HPP_FCL_TURN_ASSERT_INTO_EXCEPTION "turn some critical HPP-FCL asserts to exception." FALSE)
# Optional dependencies
ADD_PROJECT_DEPENDENCY(octomap PKG_CONFIG_REQUIRES "octomap >= 1.6")
if(octomap_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment