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
Simple Robotics
pycppad
Commits
000bed65
Unverified
Commit
000bed65
authored
Aug 21, 2021
by
Rohan Budhiraja
Committed by
GitHub
Aug 21, 2021
Browse files
Merge pull request #8 from jcarpent/devel
Disable warning as errors
parents
7b70a38e
f088760e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
000bed65
...
...
@@ -14,7 +14,7 @@ SET(PROJECT_USE_CMAKE_EXPORT TRUE)
# Project configuration
SET
(
PROJECT_USE_CMAKE_EXPORT TRUE
)
SET
(
CMAKE_VERBOSE_MAKEFILE TRUE
)
#
SET(CXX_DISABLE_WERROR
FALS
E)
SET
(
CXX_DISABLE_WERROR
TRU
E
)
# Check if the submodule cmake have been initialized
IF
(
NOT EXISTS
"
${
CMAKE_SOURCE_DIR
}
/cmake/base.cmake"
)
...
...
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