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
Stack Of Tasks
pinocchio
Commits
de931907
Verified
Commit
de931907
authored
Oct 10, 2019
by
Justin Carpentier
Browse files
cmake: fix calling
parent
69141849
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
de931907
...
...
@@ -14,18 +14,17 @@ SET(PROJECT_CUSTOM_HEADER_EXTENSION "hpp")
SET
(
CXX_DISABLE_WERROR True
)
SET
(
CMAKE_VERBOSE_MAKEFILE True
)
INCLUDE
(
cmake/base.cmake
)
PROJECT
(
${
PROJECT_NAME
}
CXX
)
# Check if the submodule cmake have been initialized
IF
(
NOT EXISTS
"
${
PROJECT_SOURCE_DIR
}
/cmake/base.cmake"
)
MESSAGE
(
FATAL_ERROR
"
\n
Please run the following command first:
\n
git submodule update --init
\n
"
)
ENDIF
()
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/python.cmake
)
INCLUDE
(
cmake/ide.cmake
)
INCLUDE
(
cmake/apple.cmake
)
INCLUDE
(
cmake/post-project.cmake
)
SET
(
DOXYGEN_USE_MATHJAX YES
)
...
...
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