aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2023-09-09 22:54:26 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2023-09-09 22:54:26 +0200
commitecc99611e4db352eed8d20f7e027afe81920a1a6 (patch)
tree4a9012660c7bf455d3ee9f064b9515e05154f586 /CMakeLists.txt
parent1bfc09bca74f1f6468620c5bc01cccb85f3b90e7 (diff)
downloadmbedtls-ecc99611e4db352eed8d20f7e027afe81920a1a6.zip
mbedtls-ecc99611e4db352eed8d20f7e027afe81920a1a6.tar.gz
mbedtls-ecc99611e4db352eed8d20f7e027afe81920a1a6.tar.bz2
Reinforce warning about a significant comment
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a99ca38..c5c9a24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,7 +57,9 @@ option(ENABLE_PROGRAMS "Build mbed TLS programs." ON)
option(UNSAFE_BUILD "Allow unsafe builds. These builds ARE NOT SECURE." OFF)
option(MBEDTLS_FATAL_WARNINGS "Compiler warnings treated as errors" ON)
if(CMAKE_HOST_WIN32)
- # N.B. The comment on the next line is significant for prepare_release.sh
+ # N.B. The comment on the next line is significant! If you change it,
+ # edit the sed command in prepare_release.sh that modifies
+ # CMakeLists.txt.
option(GEN_FILES "Generate the auto-generated files as needed" OFF) # off in development
else()
option(GEN_FILES "Generate the auto-generated files as needed" ON)