Skip to content

Commit

Permalink
sdfformat: update with latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent authored Jun 14, 2024
1 parent dd3e412 commit 2bea127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdformat.cmake
Original file line number Diff line number Diff line change
@@ -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})
Expand Down

0 comments on commit 2bea127

Please sign in to comment.