Skip to content

Commit a6e9f11

Browse files
authored
Merge pull request swiftlang#24048 from xiaobai/eye_have_no_eyes
[CMake] Fix UUID include dir logic
2 parents edb924f + d8d93fd commit a6e9f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Basic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows")
88
set(UUID_LIBRARIES "rpcrt4.lib")
99
else()
1010
find_package(UUID REQUIRED)
11-
set(UUID_INCLUDE "-I${UUID_INCLUDE_DIRS}")
11+
set(UUID_INCLUDE "${UUID_INCLUDE_DIRS}")
1212
endif()
1313

1414
# Figure out if we can track VC revisions.

0 commit comments

Comments
 (0)