Skip to content

Commit

Permalink
fixing last commit, which removed linker completely
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanaguba committed Sep 12, 2024
1 parent 63ffce3 commit 79ebefa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/homme/cmake/HommeMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ macro(createTestExec execName execType macroNP macroNC
ADD_DEFINITIONS(-DHAVE_CONFIG_H)

ADD_EXECUTABLE(${execName} ${EXEC_SOURCES})
SET_TARGET_PROPERTIES(${execName} PROPERTIES LINKER_LANGUAGE Fortran)
IF(BUILD_HOMME_WITHOUT_PIOLIBRARY)
TARGET_COMPILE_DEFINITIONS(${execName} PUBLIC HOMME_WITHOUT_PIOLIBRARY)
ENDIF()
Expand Down

0 comments on commit 79ebefa

Please sign in to comment.