Skip to content

Commit

Permalink
BUILD_ALWAYS was off in src/other, but it probably makes more sense t…
Browse files Browse the repository at this point in the history
…o default it to on for bext, since the whole point of this repository is building these projects.
  • Loading branch information
starseeker committed Feb 12, 2024
1 parent c1e676f commit 0ccc807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ccc807

Please sign in to comment.