This commit is contained in:
Andrei Astafev 2022-10-04 19:31:47 +03:00
parent f7500d2bda
commit 6e56b43981
4 changed files with 4 additions and 11 deletions

View File

@ -1,4 +1,4 @@
set(MYX_CMAKE_PACKAGE_VERSION "1.99.80")
set(MYX_CMAKE_PACKAGE_VERSION "1.99.81")
if(MYX_CMAKE_PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

View File

@ -36,10 +36,10 @@ if(MYX_CMAKE_DIR)
set(ENV{MYX_CMAKE_DIR} ${MYX_CMAKE_DIR})
endif()
if(DEFINED ENV{MYX_CMAKE_DIR})
find_package(MyxCMake 1.99.80 REQUIRED)
find_package(MyxCMake 1.99.81 REQUIRED)
else()
if(MYX_CMAKE_USE_SYSTEM)
find_package(MyxCMake 1.99.80 REQUIRED)
find_package(MyxCMake 1.99.81 REQUIRED)
else()
include(${PROJECT_SOURCE_DIR}/cmake/myx/MyxCMakeConfig.cmake)
endif()

View File

@ -1 +1 @@
1.99.80
1.99.81

View File

@ -24,10 +24,3 @@ popd
rm -rf "$D/myx-cmake-$V"
tar acf "$D/myx-cmake-$V.tar.xz" lib backports *.cmake
git commit -a
git tag $V
git push --tags
git tag -d $V
git push --all
tea r c --repo cmake/myx -t $V --tag $V -a build/myx-cmake-$V.tar.xz