File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v3
2727 - uses : awalsh128/cache-apt-pkgs-action@latest
2828 with :
29- # clang uses libtinfo, which apparently is in ncurses?
30- packages : libwebkit2gtk-4.1-dev ncurses libcurl4-openssl-dev libcrypto++-dev ninja-build
29+ packages : libwebkit2gtk-4.1-dev libcurl4-openssl-dev libcrypto++-dev ninja-build # clang uses libtinfo, which apparently is in ncurses?
30+ version : 1.0
3131
3232 - name : Install boost
3333
Original file line number Diff line number Diff line change 11if (CMAKE_VERSION VERSION_LESS "3.30" )
2- find_package (Boost 1.81.0 REQUIRED COMPONENTS system iostreams)
2+ find_package (Boost 1.81.0 REQUIRED COMPONENTS iostreams)
33else ()
4- find_package (Boost CONFIG 1.81.0 REQUIRED COMPONENTS system iostreams)
4+ find_package (Boost CONFIG 1.81.0 REQUIRED COMPONENTS iostreams)
55endif ()
Original file line number Diff line number Diff line change 11option (NUI_FETCH_ROAR "Fetch roar" ON )
22set (NUI_ROAR_REPOSITORY "https://github.com/5cript/roar.git" CACHE STRING "roar repository" )
3- set (NUI_ROAR_TAG "515d2a963171b88746eb3f1b1b5abd20823d2c4d " CACHE STRING "roar tag" )
3+ set (NUI_ROAR_TAG "f5097297da9efa7b539271e631cc9d3c05369045 " CACHE STRING "roar tag" )
44
55if (NUI_FETCH_ROAR)
66 include (FetchContent)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ target_include_directories(
2424)
2525nui_set_project_warnings(nui-backend)
2626
27- find_package (Boost CONFIG 1.80.0 REQUIRED COMPONENTS system )
27+ include ( " ${CMAKE_CURRENT_LIST_DIR} /../../../../cmake/dependencies/boost.cmake" )
2828
2929target_link_libraries (
3030 nui-backend
You can’t perform that action at this time.
0 commit comments