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:
parent
c77af6b75f
commit
232a88101b
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue