Skip to content

Commit

Permalink
Turn on LINK_LIBRARIES_ONLY_TARGETS
Browse files Browse the repository at this point in the history
As per trilinos#10081.

User Support Ticket(s) or Story Referenced: TRILFRAME-601
  • Loading branch information
sebrowne committed Oct 4, 2023
1 parent f90adc4 commit 1959f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ SET(${PROJECT_NAME}_EXCLUDE_DISABLED_SUBPACKAGES_FROM_DISTRIBUTION_DEFAULT FALSE

SET(Trilinos_USE_GNUINSTALLDIRS_DEFAULT ON)

SET(CMAKE_LINK_LIBRARIES_ONLY_TARGETS ON)

# Set up C++ language standard selection
include(SetTrilinosCxxStandard)

Expand Down

0 comments on commit 1959f20

Please sign in to comment.