Skip to content

Commit

Permalink
CMake: add_custom_target does not require EXCLUDE_FROM_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Feb 11, 2025
1 parent e4115e8 commit 2920ebf
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 @@ -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})
Expand Down

0 comments on commit 2920ebf

Please sign in to comment.