mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
further improvements to installation directories
This commit is contained in:
parent
1bbc184082
commit
69b6b24688
5 changed files with 26 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
set(mi_version_major 1)
|
||||
set(mi_version_minor 7)
|
||||
set(mi_version_patch 3)
|
||||
set(mi_version ${mi_version_major}.${mi_version_minor}.${mi_version_patch})
|
||||
set(mi_version_patch 4)
|
||||
set(mi_version ${mi_version_major}.${mi_version_minor})
|
||||
|
||||
set(PACKAGE_VERSION ${mi_version})
|
||||
if(PACKAGE_FIND_VERSION_MAJOR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue