diff options
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | CMakePresets.json | 2 | ||||
m--------- | third-party/SingleApplication | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index f186c2ea..795c96ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "third-party/SingleApplication"] path = third-party/SingleApplication - url = https://github.com/itay-grudev/SingleApplication + url = https://bitbucket.org/celestriad/singleapplication.git diff --git a/CMakePresets.json b/CMakePresets.json index e11a6fbe..77af2829 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -9,7 +9,7 @@ "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", - "CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -Wshadow -Werror=non-virtual-dtor", + "CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -Werror=shadow -Werror=non-virtual-dtor", "CMAKE_CXX_FLAGS_DEBUG": "-g -Og", "CMAKE_CXX_STANDARD": "20", "CMAKE_CXX_STANDARD_REQUIRED": "YES", diff --git a/third-party/SingleApplication b/third-party/SingleApplication -Subproject f1e15081dc57a9c03f7f4f165677f18802e1437 +Subproject 3a2a0bc19c38de842083972e0cefbaa8a3f7d1f |