From 496b0ec41dcea1f3af6c38349ab2aba946a92ee2 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 4 Jan 2023 13:29:39 +0100 Subject: [PATCH] build: Fixed more build errors --- cmake/build_helpers.cmake | 2 +- lib/external/pattern_language | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/build_helpers.cmake b/cmake/build_helpers.cmake index 5de42a843..a51112bfc 100644 --- a/cmake/build_helpers.cmake +++ b/cmake/build_helpers.cmake @@ -409,7 +409,7 @@ macro(addBundledLibraries) set(EXTERN_LIBS_FOLDER "${CMAKE_CURRENT_SOURCE_DIR}/lib/external") - set(BUILD_SHARED_LIBS OFF) + set(BUILD_SHARED_LIBS OFF CACHE BOOL "Disable building of shared libraries") add_subdirectory(${EXTERN_LIBS_FOLDER}/imgui) set_target_properties(imgui PROPERTIES POSITION_INDEPENDENT_CODE ON) diff --git a/lib/external/pattern_language b/lib/external/pattern_language index 9043b3714..fb427b82a 160000 --- a/lib/external/pattern_language +++ b/lib/external/pattern_language @@ -1 +1 @@ -Subproject commit 9043b3714a09cbb69d82a474f689291e26ad3f2a +Subproject commit fb427b82a99076fdc3babaf0e2f5cb4717dac835