diff --git a/CMakeLists.txt b/CMakeLists.txt index 9731c04..9093fba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ set(BASALT_CXX_FLAGS "-Wall -Wextra -Werror -Wno-error=unused-parameter -ftempla # clang-specific compile flags if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") - set(BASALT_CXX_FLAGS "${BASALT_CXX_FLAGS} -Wno-exceptions -fcolor-diagnostics -Wno-error=deprecated-declarations -Wno-error=defaulted-function-deleted -Wno-error=unknown-warning-option") + set(BASALT_CXX_FLAGS "${BASALT_CXX_FLAGS} -Wno-exceptions -fcolor-diagnostics -Wno-error=deprecated-declarations") else() set(BASALT_CXX_FLAGS "${BASALT_CXX_FLAGS} -Wno-error=maybe-uninitialized") endif() diff --git a/thirdparty/CLI11 b/thirdparty/CLI11 index 73aa158..8ecce8f 160000 --- a/thirdparty/CLI11 +++ b/thirdparty/CLI11 @@ -1 +1 @@ -Subproject commit 73aa158d38a35e9b4d0cfeb6dbf8fd8d73ddfa93 +Subproject commit 8ecce8fd2c49f64c80e5757cb12d2fd1fa62f242 diff --git a/thirdparty/Pangolin b/thirdparty/Pangolin index 2d18b96..d33757d 160000 --- a/thirdparty/Pangolin +++ b/thirdparty/Pangolin @@ -1 +1 @@ -Subproject commit 2d18b9619ceea102605ed7973a781f75deeed478 +Subproject commit d33757da4be5eddbdf1b434b9251477051578fc5