Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sot-core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stack Of Tasks
sot-core
Commits
c3f5ffd6
Commit
c3f5ffd6
authored
Feb 08, 2020
by
Olivier Stasse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cmake] Fix previous mistake CMAKE_EXPORT to FALSE when python only.
parent
f7adb880
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+5
-5
No files found.
CMakeLists.txt
View file @
c3f5ffd6
...
...
@@ -8,14 +8,14 @@ SET(PROJECT_NAME sot-core)
SET
(
PROJECT_DESCRIPTION
"Hierarchical task solver plug-in for dynamic-graph."
)
SET
(
PROJECT_URL
"http://github.com/
${
PROJECT_ORG
}
/
${
PROJECT_NAME
}
"
)
# Export CMake Target
SET
(
PROJECT_USE_CMAKE_EXPORT TRUE
)
# Disable -Werror on Unix for now.
IF
(
NOT INSTALL_PYTHON_INTERFACE_ONLY
)
SET
(
CXX_DISABLE_WERROR True
)
# Export CMake Target
SET
(
PROJECT_USE_CMAKE_EXPORT TRUE
)
ENDIF
(
NOT INSTALL_PYTHON_INTERFACE_ONLY
)
# Disable -Werror on Unix for now.
SET
(
CXX_DISABLE_WERROR True
)
INCLUDE
(
cmake/base.cmake
)
# Specify the project.
...
...
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