We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9544d0c + 1ab1448 commit ef19b4fCopy full SHA for ef19b4f
CMakeLists.txt
@@ -63,9 +63,8 @@ set_target_properties(uuid
63
POSITION_INDEPENDENT_CODE YES)
64
# Add an include directory for the CoreFoundation framework headers to satisfy
65
# the dependency on TargetConditionals.h
66
-target_compile_options(uuid
67
- PUBLIC
68
- -I${CMAKE_CURRENT_BINARY_DIR}/CoreFoundation.framework/Headers)
+target_include_directories(uuid PUBLIC
+ ${CMAKE_CURRENT_BINARY_DIR}/CoreFoundation.framework/Headers)
69
if(CMAKE_SYSTEM_NAME STREQUAL Windows)
70
target_compile_definitions(uuid
71
PRIVATE
0 commit comments