3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

api: dotnet: ADD_DOTNET should be uppercased.

This commit is contained in:
Yatao Li 2018-09-10 08:57:28 +08:00 committed by GitHub
parent c77af6b75f
commit 232a88101b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ endforeach()
# And thus we can put the conditional properties in the project file.
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Microsoft.Z3.csproj.in ${CMAKE_CURRENT_BINARY_DIR}/build/Microsoft.Z3.csproj)
add_dotnet(${CMAKE_CURRENT_BINARY_DIR}/build/Microsoft.Z3.csproj
ADD_DOTNET(${CMAKE_CURRENT_BINARY_DIR}/build/Microsoft.Z3.csproj
# note, nuget package file names do not have the ${VER_REV} part.
VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}"
PACKAGE Microsoft.Z3)