File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/master-rebranch/lib/Basic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
1457
1457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
1458
1458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
1459
1459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460
- refs/heads/master-rebranch: 11487837d98c43135807b9c0fe8a47a8a0748b18
1460
+ refs/heads/master-rebranch: efdafdce913386148fdd732fa285c71ab8c8f99d
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows")
8
8
set (UUID_LIBRARIES "rpcrt4.lib" )
9
9
else ()
10
10
find_package (UUID REQUIRED )
11
- set (UUID_INCLUDE "-I ${UUID_INCLUDE_DIRS} " )
11
+ set (UUID_INCLUDE "${UUID_INCLUDE_DIRS} " )
12
12
endif ()
13
13
14
14
# Figure out if we can track VC revisions.
You can’t perform that action at this time.
0 commit comments