Skip to content

Commit

Permalink
[cmake] Bump cmake version number to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 17, 2021
1 parent 0b11d6e commit fea808e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ message(STATUS "Installation directory will be ${CMAKE_INSTALL_PREFIX}")

cmake_minimum_required(VERSION 3.3.2 FATAL_ERROR)
cmake_policy(VERSION 3.3.2)
project(TRIQS VERSION 3.0.0 LANGUAGES C CXX)
project(TRIQS VERSION 3.0.1 LANGUAGES C CXX)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

## C & C++ Headers
Expand Down

0 comments on commit fea808e

Please sign in to comment.