From 144d36be1e440026c69a3048820b03f1775767a1 Mon Sep 17 00:00:00 2001 From: cobrapitz <12397702+cobrapitz@users.noreply.github.com> Date: Mon, 8 May 2023 03:17:16 +0200 Subject: [PATCH] updated cblib version --- CMakeLists.txt | 3 ++- cmake | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a3856f..6ec7fa7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ set(CPR_GIT_TAG 1.10.2) set(BUILD_SHARED_LIBS OFF) include(cmake/Fetchcpr.cmake) -set(CBLIB_GIT_TAG v0.1.4) +set(CBLIB_GIT_TAG v0.1.6) include(cmake/FetchCBLib.cmake) FetchContent_MakeAvailable(cpr json cblib) @@ -51,3 +51,4 @@ target_link_libraries(${PROJECT_NAME} PRIVATE cblib ) +#sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 120 --slave /usr/bin/g++ g++ /usr/bin/g++-12 \ No newline at end of file diff --git a/cmake b/cmake index 28a2f25..fc867ed 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 28a2f25b23f18d9d258efcc8297610637614f9e3 +Subproject commit fc867edba902345c5ad0cf1892e057c751e07fa0