Merge pull request #8850 from billatarm/fix-pc-files

project: set version
This commit is contained in:
Gilles Peskine 2024-03-12 11:30:27 +00:00 committed by GitHub
commit b5b185b482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,15 @@ cmake_policy(SET CMP0011 NEW)
cmake_policy(SET CMP0012 NEW)
if(TEST_CPP)
project("Mbed TLS" LANGUAGES C CXX)
project("Mbed TLS"
LANGUAGES C CXX
VERSION 3.5.2
)
else()
project("Mbed TLS" LANGUAGES C)
project("Mbed TLS"
LANGUAGES C
VERSION 3.5.2
)
endif()
include(GNUInstallDirs)