Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Jeongseok (JS) Lee <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters and jslee02 authored Jun 26, 2024
1 parent 6de3bd8 commit b816c68
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 @@ -435,7 +435,7 @@ add_subdirectory(python)
# Add 'ALL' target that builds everything
set(all_target_candidates dartpy)
if (BUILD_TESTING)
set(all_target_candidates tests_and_run pytest)
list(APPEND all_target_candidates tests_and_run pytest)
endif()
foreach(target_candidate ${all_target_candidates})
if(TARGET ${target_candidate})
Expand Down

0 comments on commit b816c68

Please sign in to comment.