From 60ef96e4b2be735fef8de2529e21dd973f5195d5 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 17 Dec 2019 22:59:06 +0100 Subject: [PATCH 1/4] Update the default option for installation The cmake layer has to have the default option for installation "ON" --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74b0373..3831cb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,12 +33,12 @@ option(ddl_cmake_enable_tests OFF) option(ddl_cmake_enable_installation - "Enable installation of the ddl library to CMAKE_INSTALL_PREFIX (default: OFF)" - OFF) + "Enable installation of the ddl library to CMAKE_INSTALL_PREFIX (default: ON)" + ON) option(ddl_cmake_enable_ddl_generator_tools - "Enable building of the two tools ddl2header and header2ddl (default: OFF)" - OFF) + "Enable building of the two tools ddl2header and header2ddl (default: ON)" + ON) # End Options ############################################# # Check for default install prefix and cmake build type (UNIX) From 8bdf2b42f3ee6dfe9ccc27975ce8f43561931f2b Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 17 Dec 2019 23:00:31 +0100 Subject: [PATCH 2/4] update the documenation of the cmake layer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a134bbf..b92ee52 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ choose wether the tools must be build too ddl_cmake_enable_installation ON/OFF -choose wether the tools must be build too +choose wether the libraries are installed or not @@ -190,4 +190,4 @@ choose wether the tools must be build too - \ No newline at end of file + From b964b2af138687afee990cda59f6ae302c32151a Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 17 Dec 2019 22:59:06 +0100 Subject: [PATCH 3/4] Update the default option for installation The cmake layer has to have the default option for installation "ON" --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74b0373..3831cb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,12 +33,12 @@ option(ddl_cmake_enable_tests OFF) option(ddl_cmake_enable_installation - "Enable installation of the ddl library to CMAKE_INSTALL_PREFIX (default: OFF)" - OFF) + "Enable installation of the ddl library to CMAKE_INSTALL_PREFIX (default: ON)" + ON) option(ddl_cmake_enable_ddl_generator_tools - "Enable building of the two tools ddl2header and header2ddl (default: OFF)" - OFF) + "Enable building of the two tools ddl2header and header2ddl (default: ON)" + ON) # End Options ############################################# # Check for default install prefix and cmake build type (UNIX) From 1dacaffa2b7f7417bf345d19a762099ca83b745c Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 17 Dec 2019 23:00:31 +0100 Subject: [PATCH 4/4] update the documenation of the cmake layer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a134bbf..b92ee52 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ choose wether the tools must be build too ddl_cmake_enable_installation ON/OFF -choose wether the tools must be build too +choose wether the libraries are installed or not @@ -190,4 +190,4 @@ choose wether the tools must be build too - \ No newline at end of file +