From 2bea127e8113a32f216ae7a7201e36a6e7c56cc2 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Fri, 14 Jun 2024 15:33:53 +0200 Subject: [PATCH] sdfformat: update with latest versions --- sdformat.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdformat.cmake b/sdformat.cmake index 33a3b997c..15402e224 100644 --- a/sdformat.cmake +++ b/sdformat.cmake @@ -1,17 +1,17 @@ # -# Copyright 2021 INRIA +# Copyright 2021-2024 INRIA # # Author: Rohan Budhiraja # # SEARCH_FOR_SDFORMAT # ---------------------------------- -# Try to quietly find SDFormat, and when found, add dependency. REQUIRED -# (Optional): if REQUIRED is given as argument, and SDFormat is not found, +# Try to quietly find SDFormat, and when found, add the dependency. REQUIRED +# (Optional): if REQUIRED is given as an argument, and SDFormat is not found, # FATAL_ERROR is generated. # macro(SEARCH_FOR_SDFORMAT) - set(SDF_VERSIONS "12" "11" "10" "9") + set(SDF_VERSIONS "14" "13" "12" "11" "10" "9") list(APPEND SDF_VERSIONS "") set(P_REQUIRED False) set(variadic_args ${ARGN})