Skip to content

Commit

Permalink
Add INTERFACE_LIBRARY targets to <Package>::all_libs target (TriBITSP…
Browse files Browse the repository at this point in the history
…ub#625)

This fixes the previously added failing test :-)

Signed-off-by: Roscoe A. Bartlett <[email protected]>
  • Loading branch information
bartlettroscoe committed Feb 21, 2025
1 parent f1e4b76 commit 2fe0f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tribits/core/package_arch/TribitsPackageMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ macro(tribits_package_create_all_libs_interface_library)

# Find all of the non-TESTONLY library targets
tribits_get_all_build_targets_including_in_subdirs("${CMAKE_CURRENT_SOURCE_DIR}"
"STATIC_LIBRARY;SHARED_LIBRARY"
"STATIC_LIBRARY;SHARED_LIBRARY;INTERFACE_LIBRARY"
allPackageBuildableLibTargetsList )
#print_var(allPackageBuildableLibTargetsList)
set(packageLibsInAllLibsList)
Expand Down

0 comments on commit 2fe0f8b

Please sign in to comment.