We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb12a9 commit 16fa6c9Copy full SHA for 16fa6c9
CMakeLists.txt
@@ -10,7 +10,7 @@ project(aws-greengrass-lite C ASM)
10
#
11
12
option(BUILD_TESTING "Build tests")
13
-option(BUILD_EXAMPLES "Build examples" TRUE)
+option(BUILD_EXAMPLES "Build examples")
14
15
option(ENABLE_WERROR "Compile warnings as errors")
16
nix/withOverlays.nix
@@ -46,7 +46,7 @@ in
46
nativeBuildInputs = [ pkg-config clang-tools ];
47
inherit (ggl-clang) buildInputs;
48
buildPhase = ''
49
- ${cmake}/bin/cmake -B $out -S ${clangChecks.src} \
+ ${cmake}/bin/cmake -B $out -S ${clangChecks.src} -D BUILD_EXAMPLES \
50
-D CMAKE_BUILD_TYPE=Debug ${toString fetchContentFlags}
51
rm $out/CMakeFiles/CMakeConfigureLog.yaml
52
'';
0 commit comments