Skip to content

Commit

Permalink
Raspbian builds and links
Browse files Browse the repository at this point in the history
  • Loading branch information
bradc6 committed May 24, 2020
1 parent 2f22aad commit 5e6e108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15.5)
cmake_minimum_required(VERSION 3.13.4)

option(EGL "Set to ON if targeting an EGL device" ${EGL})
option(PANDORA "Set to ON if targeting an OpenPandora" ${PANDORA})
Expand Down
2 changes: 1 addition & 1 deletion src/GLideNHQ/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15.5)
cmake_minimum_required(VERSION 3.13.4)

project( GLideNHQ )

Expand Down
2 changes: 1 addition & 1 deletion src/osal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15.5)
cmake_minimum_required(VERSION 3.13.4)
project( osal )

add_library(osal STATIC)
Expand Down

0 comments on commit 5e6e108

Please sign in to comment.