Files
CMake/Tests/RunCMake/CMakePackage/ApplePlatformMissingDest.cmake
Brad King dc5098429b CMakePackageConfigHelpers: Clarify Apple platform selection usage error
`generate_apple_platform_selection_file` requires `INSTALL_DESTINATION`.
2023-12-18 14:57:27 -05:00

5 lines
153 B
CMake

include(CMakePackageConfigHelpers)
generate_apple_platform_selection_file(mylib-config-install.cmake
#missing: INSTALL_DESTINATION lib/cmake/mylib
)