From 4401a9814c9d273987d674709ce97ad2c89117f9 Mon Sep 17 00:00:00 2001 From: Yannick Daveluy Date: Thu, 4 Jan 2024 10:22:58 +0100 Subject: [PATCH] do not build examples by default --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49b1120..3788ce4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,6 @@ option(XSMP_BUILD_EXAMPLES "whether or not examples should be built" option(XSMP_ENABLE_INSTALL "whether or not to enable the install rule" ${XSMP_MASTER_PROJECT}) option(XSMP_ENABLE_CODECOVERAGE "Enable code coverage testing support" OFF) option(XSMP_BUILD_WITH_WARNINGS "Enable all compiler warnings" OFF) -set(XSMP_BUILD_EXAMPLES ON) set(CMAKE_POSITION_INDEPENDENT_CODE ON)