Skip to content
Snippets Groups Projects
Commit 05373ee1 authored by Brad King's avatar Brad King
Browse files

CMake 3.10.0-rc1 version update

parent 42d656b0
No related branches found
Tags v3.10.0-rc1
No related merge requests found
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 9)
set(CMake_VERSION_PATCH 20171005)
#set(CMake_VERSION_RC 1)
set(CMake_VERSION_MINOR 10)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_RC 1)
set(CTEST_RUN_CURRENT_SCRIPT 0)
if(NOT VERSION)
set(VERSION 3.9)
set(VERSION 3.10)
endif()
if(NOT DEFINED PROJECT_PREFIX)
set(PROJECT_PREFIX cmake-${VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment