Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix search for UUID on Windows logic #556

Merged
merged 9 commits into from
Nov 20, 2023
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
Loading