Skip to content

Commit 7724377

Browse files
authored
fix cmake deprecation
cmake version < then 3.10 is deprecated
1 parent 3c71c9f commit 7724377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
cmake_minimum_required(VERSION 3.5)
23+
cmake_minimum_required(VERSION 3.10)
2424
project(backward_ros)
2525

2626
include(cmake/BackwardConfig.cmake)

0 commit comments

Comments
 (0)