Browse Source

CMakePackageConfigHelpers: Move platform selection template to Internal/

The template added by commit 37bc3400cd (CMakePackageConfigHelpers: Add
generate_apple_platform_selection_file(), 2023-11-03) is a private
implementation detail.  Move it to `Modules/Internal/`.
Brad King 2 years ago
parent
commit
f23636617a

+ 1 - 1
Modules/CMakePackageConfigHelpers.cmake

@@ -442,7 +442,7 @@ function(generate_apple_platform_selection_file _output_file)
     endif()
   endforeach()
 
-  configure_package_config_file("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/PlatformSelectionFile.cmake.in" "${_output_file}"
+  configure_package_config_file("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/Internal/PlatformSelectionFile.cmake.in" "${_output_file}"
     INSTALL_DESTINATION "${_gpsf_INSTALL_DESTINATION}"
     NO_SET_AND_CHECK_MACRO
     NO_CHECK_REQUIRED_COMPONENTS_MACRO

+ 0 - 0
Modules/PlatformSelectionFile.cmake.in → Modules/Internal/PlatformSelectionFile.cmake.in