Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 22f55865 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#1362 Fix a bug in the new custom command.

parent 0a3be07c
Branches
No related tags found
No related merge requests found
Pipeline #48782 failed
...@@ -168,7 +168,7 @@ function(apply_lto_if_supported _target) ...@@ -168,7 +168,7 @@ function(apply_lto_if_supported _target)
check_ipo_supported(RESULT result) check_ipo_supported(RESULT result)
if(result) if(result)
message(STATUS "Applying LTO to " ${_target}) message(STATUS "Applying LTO to " ${_target})
set_property(TARGET MoReFEMTestOperatorMass2D PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE) set_property(TARGET ${_target} PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
endif() endif()
endif() endif()
endfunction() endfunction()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment