Skip to content

Commit

Permalink
increment minimal CMAKE version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Sep 6, 2024
1 parent c5f87e6 commit 8e6ba8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
message ( "----> CMAKE version : " ${CMAKE_VERSION} )


Expand Down Expand Up @@ -35,7 +35,7 @@ find_program(CMAKE_C_COMPILER NAMES $ENV{CC} gcc PATHS ENV PATH NO_DEFAULT_PA
find_program(CMAKE_CXX_COMPILER NAMES $ENV{CXX} g++ PATHS ENV PATH NO_DEFAULT_PATH)

message ( "----> C-compiler : " $ENV{CC} )
message ( "----> C++-compiler : " $ENV{CXX} )
message ( x"----> C++-compiler : " $ENV{CXX} )


# You need to tell CMake where to find the ROOT installation. This can be done in a number of ways:
Expand Down

0 comments on commit 8e6ba8e

Please sign in to comment.