From 0ccc8074c0cdfcd4931696d0e8b31f9d869f8863 Mon Sep 17 00:00:00 2001 From: Clifford Yapp <238416+starseeker@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:38:42 -0500 Subject: [PATCH] BUILD_ALWAYS was off in src/other, but it probably makes more sense to default it to on for bext, since the whole point of this repository is building these projects. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d8b71ec..cb208258 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,7 @@ file(MAKE_DIRECTORY "${CMAKE_NOBUNDLE_INSTALL_PREFIX}") # nothing to update in the project, but it will be slower than skipping the # step completely. if (NOT DEFINED EXT_BUILD_ALWAYS) - set(EXT_BUILD_ALWAYS 0) + set(EXT_BUILD_ALWAYS 1) endif (NOT DEFINED EXT_BUILD_ALWAYS) # The verbosity of the ExtProject stages is controlled by log options - they