Skip to content

Commit

Permalink
Remove printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Oct 21, 2024
1 parent 04970fc commit 5585b5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ function(apply_siren_compile_options target)
get_target_property(target_type ${target} TYPE)
get_target_property(target_imported ${target} IMPORTED)

message("${target} is of type ${target_type}")
message("${target} imported? ${target_imported}")

if("${target_type}" STREQUAL "INTERFACE_LIBRARY")
# Apply compile options to INTERFACE target
target_compile_options(${target} INTERFACE
Expand Down

0 comments on commit 5585b5a

Please sign in to comment.