diff --git a/CMakeLists.txt b/CMakeLists.txt index d0c229f1b6..c4ee13278e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)