mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
[CMake] Unbreak building the .NET bindings.
7fefe40f21
broke building the .NET
bindings by renaming the signing key without updating the CMake build.
This commit is contained in:
parent
03071db3ed
commit
462d3e8e8b
|
@ -156,7 +156,7 @@ elseif (DOTNET_TOOLCHAIN_IS_MONO)
|
||||||
# We need to give the assembly a strong name so that it can be installed
|
# We need to give the assembly a strong name so that it can be installed
|
||||||
# into the GAC.
|
# into the GAC.
|
||||||
list(APPEND CSC_FLAGS
|
list(APPEND CSC_FLAGS
|
||||||
"/keyfile:${CMAKE_CURRENT_SOURCE_DIR}/Microsoft.Z3.mono.snk"
|
"/keyfile:${CMAKE_CURRENT_SOURCE_DIR}/Microsoft.Z3.snk"
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Unknown .NET toolchain")
|
message(FATAL_ERROR "Unknown .NET toolchain")
|
||||||
|
|
Loading…
Reference in a new issue