1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

turn on build_package by default

This commit is contained in:
Vadim Pisarevsky
2011-07-03 23:21:10 +00:00
parent 4bc4cdb919
commit 8bd792d72b
+1 -1
View File
@@ -1351,7 +1351,7 @@ ADD_CUSTOM_TARGET(uninstall
# CPack target
# ----------------------------------------------------------------------------
set(BUILD_PACKAGE OFF CACHE BOOL "Build a installer with the SDK")
set(BUILD_PACKAGE ON CACHE BOOL "Enables 'make package_source' command")
if(BUILD_PACKAGE)