From d7aafc200e2229f6d429b24fd77be87d829be711 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周一, 04 5月 2020 23:15:17 +0800 Subject: [PATCH] fix examples --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 907ba94..998f8c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ SET(LICENSECC_SHORT_LICENSE "BSD Software License") -SET(CMAKE_DISABLE_SOURCE_CHANGES ON) #keys are generated in the source tree by default +SET(CMAKE_DISABLE_SOURCE_CHANGES OFF) #keys are generated in the source tree by default SET(CMAKE_DISABLE_IN_SOURCE_BUILD ON) IF(NOT LCC_PROJECT_NAME) -- Gitblit v1.9.1