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-fcl
Commits
d3837add
Commit
d3837add
authored
Apr 02, 2020
by
Guilhem Saurel
Browse files
[CMake] require 3.1
ref.
https://github.com/jrl-umi3218/jrl-cmakemodules/issues/338
parent
dbb02710
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d3837add
...
...
@@ -32,7 +32,7 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
cmake_minimum_required
(
VERSION
2.8
)
cmake_minimum_required
(
VERSION
3.1
)
set
(
CXX_DISABLE_WERROR TRUE
)
set
(
PROJECT_NAME hpp-fcl
)
...
...
@@ -169,4 +169,3 @@ ENDIF(HPP_FCL_HAVE_OCTOMAP)
# Install catkin package.xml
INSTALL
(
FILES package.xml DESTINATION share/
${
PROJECT_NAME
}
)
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