We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8671950 commit 4521462Copy full SHA for 4521462
Sources/CoreFoundation/CMakeLists.txt
@@ -34,7 +34,7 @@ target_compile_options(CoreFoundation PRIVATE
34
target_precompile_headers(CoreFoundation PRIVATE internalInclude/CoreFoundation_Prefix.h)
35
36
target_link_libraries(CoreFoundation PRIVATE
37
- FoundationICU
+ _FoundationICU
38
dispatch)
39
40
file(COPY
0 commit comments