-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase cmake minimum required [16436] #72
Conversation
Signed-off-by: Ricardo González Moreno <[email protected]>
7ecedfb
to
9dfcab3
Compare
Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: Pablo Garrido <[email protected]>
@@ -15,7 +15,7 @@ | |||
############################################################################### | |||
# CMake build rules for Micro CDR | |||
############################################################################### | |||
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI environment has not yet been updated to have this new version. Linux jobs are failing due to it.
http://jenkins.eprosima.com:8080/view/Micro%20XRCE/job/Micro-CDR%20Nightly%20Master%20Linux/1232/console
[Micro-CDR Nightly Master Linux] $ /home/jenkins/tools/hudson.plugins.cmake.CmakeTool/3.10.0/bin/cmake --version
cmake version 3.10.0
...
CMake Error at CMakeLists.txt:18 (cmake_minimum_required):
CMake 3.15 or higher is required. You are running version 3.10.0
-- Configuring incomplete, errors occurred!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Increase version to one is being testing our CI