mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
make a new dlib version to get us cmake installer instructions for python users
This commit is contained in:
parent
aba96b576a
commit
986889d978
@ -18,7 +18,7 @@ project(dlib)
|
||||
set(CPACK_PACKAGE_NAME "dlib")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "19")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "24")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "99")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "6")
|
||||
set(VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
|
||||
# Only print these messages once, even if dlib is added multiple times via add_subdirectory()
|
||||
if (NOT TARGET dlib)
|
||||
|
Loading…
Reference in New Issue
Block a user