Skip to content

Commit

Permalink
Fix up Trilinos_EXTRA_LD_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed May 28, 2021
1 parent 66b4f18 commit 30d6e2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ SET(${PROJECT_NAME}_C_COMPILER_FLAGS [[${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_${CMAKE_
SET(${PROJECT_NAME}_Fortran_COMPILER_FLAGS [[${CMAKE_Fortran_FLAGS} ${CMAKE_Fortran_FLAGS_${CMAKE_BUILD_TYPE}}]])

## Extra link flags (e.g., specification of fortran libraries)
SET(${PROJECT_NAME}_EXTRA_LD_FLAGS [["${${PROJECT_NAME}_EXTRA_LINK_FLAGS}]])
SET(${PROJECT_NAME}_EXTRA_LD_FLAGS [[${${PROJECT_NAME}_EXTRA_LINK_FLAGS}]])

## This is the command-line entry used for setting rpaths. In a build
## with static libraries it will be empty.
Expand Down

0 comments on commit 30d6e2e

Please sign in to comment.