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 6e4ccca + e2d1403 commit b6d6bd0Copy full SHA for b6d6bd0
CMakeLists.txt
@@ -108,8 +108,9 @@ if(CMAKE_Swift_COMPILER)
108
enable_language(Swift)
109
set(DEFAULT_SWIFT_MIN_RUNTIME_VERSION "${CMAKE_Swift_COMPILER_VERSION}")
110
else()
111
- message(STATUS "WARNING! Did not find a host compiler swift?! Can not build
112
- any compiler host sources written in Swift")
+ message(WARNING "Swift compiler not found on path.
+ Cannot build compiler sources written in Swift.
113
+ If this is unexpected, please pass the path to the swiftc binary by defining the `CMAKE_Swift_COMPILER` variable.")
114
set(DEFAULT_SWIFT_MIN_RUNTIME_VERSION)
115
endif()
116
0 commit comments