This commit is contained in:
Andrei Astafev 2022-10-03 11:00:41 +03:00
parent fe1e44af70
commit 459696ba7f
5 changed files with 4 additions and 4 deletions

View File

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

View File

@ -12,7 +12,7 @@
```cmake
if(MYX_CMAKE_USE_SYSTEM)
find_package(MyxCMake 1.99.50 REQUIRED)
find_package(MyxCMake 1.99.60 REQUIRED)
else()
include(${PROJECT_SOURCE_DIR}/cmake/myx/MyxCMakeConfig.cmake)
endif()

1
VERSION Normal file
View File

@ -0,0 +1 @@
1.99.60

View File

@ -1 +0,0 @@
1.99.50

View File

@ -2,7 +2,7 @@
set -e
V=$(cat VERSION.txt)
V=$(cat VERSION)
D=build
sed -i "s/CMake.*REQ/CMake $V REQ/" README.md