Skip to content

Commit

Permalink
Bump minimum cmake version to 3.10
Browse files Browse the repository at this point in the history
Fixes #38327
  • Loading branch information
m-kuhn committed Aug 17, 2020
1 parent 0bd81d2 commit e0fa368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
#############################################################
# CMake settings
CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10.0)
SET(CMAKE_COLOR_MAKEFILE ON)
SET(CMAKE_AUTORCC ON)
# set path to additional CMake modules
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -48,7 +48,7 @@ Following a summary of the required dependencies for building:

Required build tools:

* CMake >= 3.0.0
* CMake >= 3.10.0
* Flex >= 2.5.6
* Bison >= 2.4
* Python 3
Expand Down

2 comments on commit e0fa368

@imanhn
Copy link
Contributor

@imanhn imanhn commented on e0fa368 Aug 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the Flex version should be 2.5.4.

@m-kuhn
Copy link
Member Author

@m-kuhn m-kuhn commented on e0fa368 Aug 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback. Can you open an issue with some (minimal) reasoning?

Please sign in to comment.