Skip to content

Commit

Permalink
Fix search for UUID on Windows logic (#556)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Co-authored-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
mjcarroll and scpeters authored Nov 20, 2023
1 parent 75277ae commit 8816a65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,10 @@ gz_find_package(TINYXML2 PRETTY tinyxml2

#--------------------------------------
# Find dependencies that we ignore for Visual Studio
if(NOT MSVC)

if(NOT WIN32)
#------------------------------------
# Find uuid
gz_find_package(UUID REQUIRED PRETTY uuid)

endif()

#------------------------------------
Expand Down

0 comments on commit 8816a65

Please sign in to comment.