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
hpp-gui
Commits
b1638101
Commit
b1638101
authored
May 16, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
May 16, 2018
Browse files
[CMake] BUILD_HPP_CORBASERVER_PLUGIN defaults to OFF
parent
fe8d3542
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/CMakeLists.txt
View file @
b1638101
...
...
@@ -24,7 +24,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
SET
(
BUILD_REMOTEIMU_PLUGIN
${
REMOTEIMU_FOUND
}
CACHE BOOL
"Build remoteimuplugin"
)
SET
(
BUILD_HPP_CORBASERVER_PLUGIN
${
HPP_CORBASERVER_FOUND
}
SET
(
BUILD_HPP_CORBASERVER_PLUGIN
OFF
CACHE BOOL
"Build hppcorbaserverplugin"
)
SET
(
BUILD_HPP_WIDGETS_PLUGIN
${
HPP_CORBASERVER_FOUND
}
CACHE BOOL
"Build hppwidgetsplugin"
)
...
...
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