File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed
Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ find_package(PkgConfig)
66
77set (ENV{PKG_CONFIG_PATH} "${CMAKE_INSTALL_PREFIX} /lib/pkgconfig:$ENV{PKG_CONFIG_PATH} " )
88if (PKG_CONFIG_EXECUTABLE)
9- find_package (Lunchbox 1.9 )
9+ find_package (Lunchbox 1.10 )
1010 if ((NOT Lunchbox_FOUND) AND (NOT LUNCHBOX_FOUND))
11- pkg_check_modules (Lunchbox Lunchbox>=1.9 )
11+ pkg_check_modules (Lunchbox Lunchbox>=1.10 )
1212 endif ()
1313 if ((NOT Lunchbox_FOUND) AND (NOT LUNCHBOX_FOUND))
1414 message (FATAL_ERROR "Could not find Lunchbox" )
1515 endif ()
1616else ()
17- find_package (Lunchbox 1.9 REQUIRED )
17+ find_package (Lunchbox 1.10 REQUIRED )
1818endif ()
1919
2020if (PKG_CONFIG_EXECUTABLE)
Original file line number Diff line number Diff line change 22# generated by Buildyard, do not edit. Sets FOUND_REQUIRED if all required
33# dependencies are found. Used by Buildyard.cmake
44set (FIND_REQUIRED_FAILED)
5- find_package (Lunchbox 1.9 QUIET )
5+ find_package (Lunchbox 1.10 QUIET )
66if (NOT Lunchbox_FOUND AND NOT LUNCHBOX_FOUND)
77 set (FIND_REQUIRED_FAILED "${FIND_REQUIRED_FAILED} Lunchbox" )
88endif ()
Original file line number Diff line number Diff line change 11
22
3-
43set (GLSTATS_PACKAGE_VERSION 0.3)
54set (GLSTATS_REPO_URL https://github.com/Eyescale/GLStats.git)
65set (GLSTATS_REPO_TAG master)
76set (GLSTATS_DEPENDS REQUIRED Lunchbox OpenGL)
87set (GLSTATS_DEB_DEPENDS libx11-dev libgl1-mesa-dev)
98set (GLSTATS_FORCE_BUILD ${CI_BUILD} )
109
11- if (CI_BUILD_COMMIT)
12- set (GLSTATS_REPO_TAG ${CI_BUILD_COMMIT} )
13- else ()
14- set (GLSTATS_REPO_TAG master)
15- endif ()
16- set (GLSTATS_FORCE_BUILD ON )
17- set (GLSTATS_SOURCE ${CMAKE_SOURCE_DIR} )
1810if (CI_BUILD_COMMIT)
1911 set (GLSTATS_REPO_TAG ${CI_BUILD_COMMIT} )
2012else ()
Original file line number Diff line number Diff line change 1- config.eyescale https://github.com/Eyescale/config.git master
1+ config.eyescale https://github.com/Eyescale/config.git master
You can’t perform that action at this time.
0 commit comments