"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CMakeLists.txt" between
swift-swift-5.7.2-RELEASE.tar.gz and swift-swift-5.7.3-RELEASE.tar.gz

About: Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns (developed by Apple).

CMakeLists.txt  (swift-swift-5.7.2-RELEASE):CMakeLists.txt  (swift-swift-5.7.3-RELEASE)
skipping to change at line 181 skipping to change at line 181
FORCE) FORCE)
message(STATUS "No build type was specified, will default to ${CMAKE_BUILD_TYP E}") message(STATUS "No build type was specified, will default to ${CMAKE_BUILD_TYP E}")
endif() endif()
set(SWIFT_ANALYZE_CODE_COVERAGE FALSE CACHE STRING set(SWIFT_ANALYZE_CODE_COVERAGE FALSE CACHE STRING
"Build Swift with code coverage instrumenting enabled [FALSE, NOT-MERGED, ME RGED]") "Build Swift with code coverage instrumenting enabled [FALSE, NOT-MERGED, ME RGED]")
# SWIFT_VERSION is deliberately /not/ cached so that an existing build directory # SWIFT_VERSION is deliberately /not/ cached so that an existing build directory
# can be reused when a new version of Swift comes out (assuming the user hasn't # can be reused when a new version of Swift comes out (assuming the user hasn't
# manually set it as part of their own CMake configuration). # manually set it as part of their own CMake configuration).
set(SWIFT_VERSION "5.7.2") set(SWIFT_VERSION "5.7.3")
set(SWIFT_VENDOR "" CACHE STRING set(SWIFT_VENDOR "" CACHE STRING
"The vendor name of the Swift compiler") "The vendor name of the Swift compiler")
set(SWIFT_COMPILER_VERSION "" CACHE STRING set(SWIFT_COMPILER_VERSION "" CACHE STRING
"The internal version of the Swift compiler") "The internal version of the Swift compiler")
set(CLANG_COMPILER_VERSION "" CACHE STRING set(CLANG_COMPILER_VERSION "" CACHE STRING
"The internal version of the Clang compiler") "The internal version of the Clang compiler")
option(SWIFT_DISABLE_DEAD_STRIPPING option(SWIFT_DISABLE_DEAD_STRIPPING
"Turn off Darwin-specific dead stripping for Swift host tools." FALSE) "Turn off Darwin-specific dead stripping for Swift host tools." FALSE)
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)