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.
1 parent a4daa47 commit 891ef8cCopy full SHA for 891ef8c
CoreFoundation/cmake/modules/CoreFoundationAddFramework.cmake
@@ -63,7 +63,7 @@ function(add_framework NAME)
63
endif()
64
target_compile_options(${NAME}
65
PRIVATE
66
- -I;${CMAKE_BINARY_DIR}/${NAME}.framework/PrivateHeaders)
+ $<$<NOT:$<COMPILE_LANGUAGE:RC>>:-I;${CMAKE_BINARY_DIR}/${NAME}.framework/PrivateHeaders>)
67
add_dependencies(${NAME} ${NAME}_POPULATE_HEADERS)
68
69
if(AF_FRAMEWORK_DIRECTORY)
0 commit comments