Skip to content

Commit

Permalink
[INFRA] Propagate HIBF_LTO_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Oct 28, 2024
1 parent 62f9107 commit 08a16e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/configuration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ CPMUsePackageLock (${Raptor_SOURCE_DIR}/cmake/package-lock.cmake)

CPMGetPackage (use_ccache)
CPMGetPackage (hibf)

if (HIBF_LTO_BUILD)
set (CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
endif ()

CPMGetPackage (sharg)
CPMGetPackage (seqan3)
CPMGetPackage (chopper)
Expand Down

0 comments on commit 08a16e3

Please sign in to comment.