Skip to content

Commit

Permalink
FindUUID: Do not wrap LIBRARY_NAMES argument with quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio <silvio@traversaro.it>
  • Loading branch information
traversaro committed Oct 21, 2022
1 parent 4283fc6 commit c3a1ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/FindUUID.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ if (UNIX)
if(NOT UUID_FOUND)
include(IgnManualSearch)
ign_manual_search(UUID
HEADER_NAMES "uuid.h"
LIBRARY_NAMES "uuid libuuid"
PATH_SUFFIXES "uuid")
HEADER_NAMES uuid.h
LIBRARY_NAMES uuid libuuid
PATH_SUFFIXES uuid)
endif()

# The pkg-config or the manual search will place
Expand Down

0 comments on commit c3a1ea6

Please sign in to comment.