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.
-Xfrontend -validate-tbd-against-ir=none
1 parent 8c6d925 commit 3544153Copy full SHA for 3544153
Sources/CrossCompilationDestinationsTool/CMakeLists.txt
@@ -26,6 +26,10 @@ target_link_libraries(CrossCompilationDestinationsTool PUBLIC
26
# NOTE(compnerd) workaround for CMake not setting up include flags yet
27
set_target_properties(CrossCompilationDestinationsTool PROPERTIES
28
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
29
+
30
31
+target_compile_options(CrossCompilationDestinationsTool PRIVATE
32
+ -Xfrontend -validate-tbd-against-ir=none)
33
34
if(USE_CMAKE_INSTALL)
35
install(TARGETS CrossCompilationDestinationsTool
0 commit comments