Skip to content

Commit

Permalink
Draco: Fix CMake 3.23.2 configure error with unknown select_library_c…
Browse files Browse the repository at this point in the history
…onfigurations macro. (#2416)

Co-authored-by: Daniel Emminizer <daniel.emminizer@nrl.navy.mil>
  • Loading branch information
emminizer and Daniel Emminizer committed Jan 9, 2024
1 parent 3e2f84e commit 302a6f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeModules/FindDraco.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ else()
find_library(draco_LIBRARIES NAMES draco.lib libdraco.a)
endif()

include(SelectLibraryConfigurations)
select_library_configurations(draco)

# Store path to library.
Expand Down

0 comments on commit 302a6f5

Please sign in to comment.