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
soth
Commits
8ebe2f19
Commit
8ebe2f19
authored
Aug 23, 2018
by
Guilhem Saurel
Browse files
[CMake] use mathjax
parent
ba91de51
Pipeline
#1309
passed with stage
in 6 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8ebe2f19
...
...
@@ -17,6 +17,8 @@ SET(PROJECT_URL "http://github.com/laas/soth")
SET
(
CXX_DISABLE_WERROR True
)
SET
(
CMAKE_VERBOSE_MAKEFILE true
)
SET
(
DOXYGEN_USE_MATHJAX YES
)
# C++ version 4.7 is less permissive than older versions.
# To avoid the created errors, the flag -fpermissive is added.
# TODO: remove this patch
...
...
@@ -37,7 +39,7 @@ ENDIF(UNIX)
SETUP_PROJECT
()
SEARCH_FOR_EIGEN
()
# Handle OS specificities
# Handle OS specificities
INCLUDE
(
CheckIncludeFiles
)
CHECK_INCLUDE_FILES
(
"sys/time.h"
SYS_TIME_H
)
IF
(
SYS_TIME_H
)
...
...
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