CMake: add_custom_target does not require EXCLUDE_FROM_ALL

This commit is contained in:
Miodrag Milanovic 2025-02-11 10:44:00 +01:00 committed by Catherine
parent e4115e85f7
commit 6caa6e4e85
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ add_subdirectory(rust)
add_subdirectory(tests/gui)
add_custom_target(nextpnr-all-bba EXCLUDE_FROM_ALL)
add_custom_target(nextpnr-all-bba)
function(add_nextpnr_architecture target)
cmake_parse_arguments(arg "" "MAIN_SOURCE" "CORE_SOURCES;TEST_SOURCES;CURRENT_SOURCE_DIR;CURRENT_BINARY_DIR" ${ARGN})