Skip to content

Commit

Permalink
cmake: allow build on Raspbian GNU/Linux 9 (stretch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Nov 1, 2019
1 parent 2bcc9d8 commit a571669
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 @@ -8,7 +8,7 @@
#
###############################################################################

cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
cmake_minimum_required(VERSION 3.7 FATAL_ERROR)

# In-source builds are disabled.
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
Expand Down

0 comments on commit a571669

Please sign in to comment.