1.99.92
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
set(MYX_CMAKE_PACKAGE_VERSION "1.99.91")
 | 
					set(MYX_CMAKE_PACKAGE_VERSION "1.99.92")
 | 
				
			||||||
if(MYX_CMAKE_PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
 | 
					if(MYX_CMAKE_PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
 | 
				
			||||||
  set(PACKAGE_VERSION_COMPATIBLE FALSE)
 | 
					  set(PACKAGE_VERSION_COMPATIBLE FALSE)
 | 
				
			||||||
else()
 | 
					else()
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,10 +36,10 @@ if(MYX_CMAKE_DIR)
 | 
				
			|||||||
  set(ENV{MYX_CMAKE_DIR} ${MYX_CMAKE_DIR})
 | 
					  set(ENV{MYX_CMAKE_DIR} ${MYX_CMAKE_DIR})
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
if(DEFINED ENV{MYX_CMAKE_DIR})
 | 
					if(DEFINED ENV{MYX_CMAKE_DIR})
 | 
				
			||||||
  find_package(MyxCMake 1.99.91 REQUIRED)
 | 
					  find_package(MyxCMake 1.99.92 REQUIRED)
 | 
				
			||||||
else()
 | 
					else()
 | 
				
			||||||
  if(MYX_CMAKE_USE_SYSTEM)
 | 
					  if(MYX_CMAKE_USE_SYSTEM)
 | 
				
			||||||
    find_package(MyxCMake 1.99.91 REQUIRED)
 | 
					    find_package(MyxCMake 1.99.92 REQUIRED)
 | 
				
			||||||
  else()
 | 
					  else()
 | 
				
			||||||
    include(${PROJECT_SOURCE_DIR}/cmake/myx/MyxCMakeConfig.cmake)
 | 
					    include(${PROJECT_SOURCE_DIR}/cmake/myx/MyxCMakeConfig.cmake)
 | 
				
			||||||
  endif()
 | 
					  endif()
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								debian/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
				
			|||||||
cmake_minimum_required(VERSION 3.6 FATAL_ERROR)
 | 
					cmake_minimum_required(VERSION 3.6 FATAL_ERROR)
 | 
				
			||||||
project(myx-cmake VERSION 1.99.91 LANGUAGES)
 | 
					project(myx-cmake VERSION 1.99.92 LANGUAGES)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
include(GNUInstallDirs)
 | 
					include(GNUInstallDirs)
 | 
				
			||||||
file(WRITE ${CMAKE_SOURCE_DIR}/MyxCMake/MyxCMakeConfigVersion.cmake
 | 
					file(WRITE ${CMAKE_SOURCE_DIR}/MyxCMake/MyxCMakeConfigVersion.cmake
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,4 @@
 | 
				
			|||||||
myx-cmake (1.99.91) unstable; urgency=medium
 | 
					myx-cmake (1.99.92) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * New version.
 | 
					  * New version.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,11 +16,11 @@ if(MYX_CMAKE_DIR)
 | 
				
			|||||||
  set(ENV{MYX_CMAKE_DIR} ${MYX_CMAKE_DIR})
 | 
					  set(ENV{MYX_CMAKE_DIR} ${MYX_CMAKE_DIR})
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
if(DEFINED ENV{MYX_CMAKE_DIR})
 | 
					if(DEFINED ENV{MYX_CMAKE_DIR})
 | 
				
			||||||
  find_package(MyxCMake 1.99.91 REQUIRED CONFIG PATHS $ENV{MYX_CMAKE_DIR} NO_DEFAULT_PATH)
 | 
					  find_package(MyxCMake 1.99.92 REQUIRED CONFIG PATHS $ENV{MYX_CMAKE_DIR} NO_DEFAULT_PATH)
 | 
				
			||||||
  myx_message_notice("=== MyxCMake directory: ${MyxCMake_CONFIG} ===")
 | 
					  myx_message_notice("=== MyxCMake directory: ${MyxCMake_CONFIG} ===")
 | 
				
			||||||
else()
 | 
					else()
 | 
				
			||||||
  if(MYX_CMAKE_USE_SYSTEM)
 | 
					  if(MYX_CMAKE_USE_SYSTEM)
 | 
				
			||||||
    find_package(MyxCMake 1.99.91 REQUIRED)
 | 
					    find_package(MyxCMake 1.99.92 REQUIRED)
 | 
				
			||||||
    myx_message_notice("=== MyxCMake directory: ${MyxCMake_CONFIG} ===")
 | 
					    myx_message_notice("=== MyxCMake directory: ${MyxCMake_CONFIG} ===")
 | 
				
			||||||
  else()
 | 
					  else()
 | 
				
			||||||
    include(${PROJECT_SOURCE_DIR}/cmake/myx/MyxCMakeConfig.cmake)
 | 
					    include(${PROJECT_SOURCE_DIR}/cmake/myx/MyxCMakeConfig.cmake)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,4 +10,9 @@ git tag $V
 | 
				
			|||||||
git push --tags
 | 
					git push --tags
 | 
				
			||||||
git tag -d $V
 | 
					git tag -d $V
 | 
				
			||||||
git push --all
 | 
					git push --all
 | 
				
			||||||
tea r c --repo cmake/myx -t $V --tag $V -a "$D"/myx-cmake*${V}*
 | 
					tea r c --repo cmake/myx -t $V --tag $V \
 | 
				
			||||||
 | 
						-a "$D"/myx-cmake_${V}.dsc \
 | 
				
			||||||
 | 
						-a "$D"/myx-cmake_${V}.tar.xz \
 | 
				
			||||||
 | 
						-a "$D"/myx-cmake_${V}_all.deb \
 | 
				
			||||||
 | 
						-a "$D"/myx-cmake-local-${V}.tar.xz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user