Skip to content

Commit

Permalink
Fix search for UUID on Windows logic
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 9, 2023
1 parent 04765c3 commit ad893a2
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 ad893a2

Please sign in to comment.