File diff r25203:3f9fb7ff7e51 → r25204:16fd5c9120b0
cmake/scripts/FindVersion.cmake
Show inline comments
 
cmake_minimum_required(VERSION 3.5)
 

	
 
if(NOT REV_MAJOR)
 
    set(REV_MAJOR 0)
 
endif()
 
if(NOT REV_MINOR)
 
    set(REV_MINOR 0)
 
endif()
 
if(NOT REV_BUILD)
 
    set(REV_BUILD 0)
 
endif()
 

	
 
#
 
# Finds the current version of the current folder.
 
#