From 7c46c618d01ded561eb539455ac99c480acf1d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20B=C3=B6ger?= Date: Thu, 27 May 2021 21:39:43 +0100 Subject: [PATCH] don't build bootstrap exec by default This doesn't necessarily have an effect though, as we need the bootstrapping executable anyhow for building other targets. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c5a813b..5b425ddc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,6 +95,7 @@ include_directories( # add_executable(chibi-scheme-bootstrap + EXCLUDE_FROM_ALL ${chibi-scheme-srcs} main.c)