Browse Source

#IQRV #comment [CMAke] 重命名 debian的文件名称

gifur 4 years ago
parent
commit
ebd8308bd8
2 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt
  2. 0 0
      addin/cmake/debian.cmake

+ 1 - 1
CMakeLists.txt

@@ -487,7 +487,7 @@ else(MSVC)
 		# which is used when installing from the build tree without building a package
 		set(CPACK_PACKAGING_INSTALL_PREFIX "/opt")
 		# set(CPACK_PACKAGE_INSTALL_DIRECTORY "/opt")
-		include(pack4deb)
+		include(debian)
 		message(STATUS "set deb package file type")
 	else()
 		if( NOT CPACK_GENERATOR)

+ 0 - 0
addin/cmake/pack4deb.cmake → addin/cmake/debian.cmake