Skip to content

Commit

Permalink
Use list(APPEND...) in cmake code
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Duffey <[email protected]>
  • Loading branch information
imikejackson and JDuffeyBQ authored Sep 18, 2023
1 parent 9ab3722 commit a067aee
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 @@ -788,7 +788,7 @@ if(COMPLEX_ENABLE_OrientationAnalysis)
endif()

if(COMPLEX_BUILD_TESTS)
set(COMPLEX_PLUGIN_LIST ${COMPLEX_PLUGIN_LIST} TestOne TestTwo)
list(APPEND COMPLEX_PLUGIN_LIST TestOne TestTwo)
endif()

# Add any plugins to the list
Expand Down

0 comments on commit a067aee

Please sign in to comment.