Skip to content

Commit 2920ebf

Browse files
committed
CMake: add_custom_target does not require EXCLUDE_FROM_ALL
1 parent e4115e8 commit 2920ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ add_subdirectory(rust)
241241

242242
add_subdirectory(tests/gui)
243243

244-
add_custom_target(nextpnr-all-bba EXCLUDE_FROM_ALL)
244+
add_custom_target(nextpnr-all-bba)
245245

246246
function(add_nextpnr_architecture target)
247247
cmake_parse_arguments(arg "" "MAIN_SOURCE" "CORE_SOURCES;TEST_SOURCES;CURRENT_SOURCE_DIR;CURRENT_BINARY_DIR" ${ARGN})

0 commit comments

Comments
 (0)