소스 검색

cpack update

Johannes Ruehle 12 년 전
부모
커밋
f36523c879
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -190,6 +190,7 @@ endforeach()
 # doxygen support
 #FIND_PROGRAM(DOXYGEN_EXECUTABLE "doxygen")
 
+include (InstallRequiredSystemLibraries) # This module will include any runtime libraries that are needed by the project for the current platform
 SET(CPACK_GENERATOR "RPM")
 SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Johannes R.") #required
 SET(CPACK_PACKAGE_NAME "NICE New Image Library")