Skip to content

Commit

Permalink
Merge pull request #1830 from arcaneframework/dev/gg-fix-bad-value-fo…
Browse files Browse the repository at this point in the history
…r-dotnet-in-swig

Fix value of CMake variable ARCANE_MSBUILD_EXEC in `ArcaneSwigConfig.cmake.in`
  • Loading branch information
grospelliergilles authored Dec 9, 2024
2 parents 28d334e + 7ad3e3b commit 1197b6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arcane/tools/wrapper/ArcaneSwigConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ endif()

# TODO Mettre la partie '.Net' (mais pas swig) dans un fichier de configuration séparé
if (NOT ARCANE_MSBUILD_EXEC)
set (ARCANE_MSBUILD_EXEC @ARCCON_MSBUILD_EXEC_coreclr@)
if (NOT ARCANE_MSBUILD_EXEC)
set (ARCANE_MSBUILD_EXEC @ARCCON_MSBUILD_EXEC_mono@)
endif()
set (ARCANE_MSBUILD_EXEC @DOTNET_EXEC@)
endif()

set(ArcaneSwig_FOUND FALSE)
Expand Down

0 comments on commit 1197b6c

Please sign in to comment.