mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-04 13:13:31 +00:00
Merge pull request #8850 from billatarm/fix-pc-files
project: set version
This commit is contained in:
commit
b5b185b482
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user