Skip to content

Commit

Permalink
[CMake] Update version from 3.9 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hydai committed Jul 24, 2020
1 parent 9d24599 commit f835b7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.11)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if(NOT CMAKE_BUILD_TYPE)
Expand All @@ -16,8 +16,8 @@ string(REPLACE "-DNDEBUG" "" CMAKE_CXX_FLAGS_MINSIZEREL "${CMAKE_CXX_FLAGS_MINSI

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/utils/unittests/cmake")
set(SOLL_VERSION_MAJOR 0)
set(SOLL_VERSION_MINOR 0)
set(SOLL_VERSION_PATCH 5)
set(SOLL_VERSION_MINOR 1)
set(SOLL_VERSION_PATCH 1)
set(SOLL_VERSION_STRING
"${SOLL_VERSION_MAJOR}.${SOLL_VERSION_MINOR}.${SOLL_VERSION_PATCH}"
)
Expand Down

0 comments on commit f835b7a

Please sign in to comment.