mirror of
https://github.com/Z3Prover/z3
synced 2026-05-17 23:49:28 +00:00
Fix netcoreapp2.0 references in FindDotnet.cmake, CMakeLists.txt, and mk_util.py
Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/2df6876c-cffb-44a2-8f4a-02e7e175886f Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
20c057446c
commit
a9ba041a2b
3 changed files with 7 additions and 7 deletions
|
|
@ -24,9 +24,9 @@ if(UNIX AND NOT APPLE)
|
|||
|
||||
add_custom_target(
|
||||
z3_dotnet_test_manual_copy_assembly_hack ALL
|
||||
COMMAND ${CMAKE_COMMAND} -E copy ${z3_dotnet_test_manual_copy_deps} ${PROJECT_BINARY_DIR}/dotnet/netcoreapp2.0/
|
||||
COMMAND ${CMAKE_COMMAND} -E copy ${z3_dotnet_test_manual_copy_deps} ${PROJECT_BINARY_DIR}/dotnet/net8.0/
|
||||
# hack the libz3 entry in deps so it's easy enough for dotnet to reach it...
|
||||
COMMAND sed \"s/runtimes\\/.*libz3\\.so/libz3.so/\" -i ${PROJECT_BINARY_DIR}/dotnet/netcoreapp2.0/dotnet.deps.json
|
||||
COMMAND sed \"s/runtimes\\/.*libz3\\.so/libz3.so/\" -i ${PROJECT_BINARY_DIR}/dotnet/net8.0/dotnet.deps.json
|
||||
)
|
||||
|
||||
add_dependencies(z3_dotnet_test_manual_copy_assembly_hack BUILD_dotnet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue