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 f424f24 commit 9ed382fCopy full SHA for 9ed382f
CMakeLists.txt
@@ -774,12 +774,6 @@ include("${SWIFT_API_NOTES_PATH}/CMakeLists.txt")
774
if(NOT DEFINED SWIFT_API_NOTES_INPUTS)
775
message(FATAL_ERROR "API notes are not available in ${SWIFT_API_NOTES_PATH}")
776
endif()
777
-#
778
-# file(GLOB SWIFT_API_NOTES_INPUT_FILES "${SWIFT_API_NOTES_PATH}/*.apinotes")
779
-# foreach(file ${SWIFT_API_NOTES_INPUT_FILES})
780
-# get_filename_component(name "${file}" NAME_WE)
781
-# list(APPEND SWIFT_API_NOTES_INPUTS ${name})
782
-# endforeach()
783
784
# Add all of the subdirectories, where we actually do work.
785
if(SWIFT_BUILD_TOOLS)
0 commit comments