소스 검색

Merge topic 'patch-InstallRequiredSystemLibraries-min-version'

b510225b60 CMake: Include InstallRequiredSystemLibraries normally

Acked-by: Kitware Robot <[email protected]>
Merge-request: !11105
Brad King 1 개월 전
부모
커밋
1eeb753ae8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeCPack.cmake

+ 1 - 1
CMakeCPack.cmake

@@ -11,7 +11,7 @@ if(NOT DEFINED CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS)
 endif()
 
 if(CMake_INSTALL_DEPENDENCIES)
-  include(${CMake_SOURCE_DIR}/Modules/InstallRequiredSystemLibraries.cmake)
+  include(InstallRequiredSystemLibraries)
 endif()
 
 set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LICENSE.txt")