Commit 8bd792d7 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

turn on build_package by default

parent 4bc4cdb9
...@@ -1351,7 +1351,7 @@ ADD_CUSTOM_TARGET(uninstall ...@@ -1351,7 +1351,7 @@ ADD_CUSTOM_TARGET(uninstall
# CPack target # 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) if(BUILD_PACKAGE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment