diff options
| author | Henny022p <info@henny022.de> | 2022-02-11 00:35:41 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2022-02-11 00:35:41 +0100 |
| commit | f912b65e98b20c86e3d7c69f94991dca06e32e68 (patch) | |
| tree | fc063bb86b76e8f7d45b5cff7a7279ff5c29f942 /tools/src | |
| parent | f8d8c0fd92241a8f174f3e42bdf8dcc3ea5415e9 (diff) | |
switch to using cpp-best-practices/project_options for compiler warnings
suboptimal solution due to us being limited to cmake 3.13 on jenkins
fixes #370
Diffstat (limited to 'tools/src')
| -rw-r--r-- | tools/src/util/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/src/util/CMakeLists.txt b/tools/src/util/CMakeLists.txt index eb28af93..292625a0 100644 --- a/tools/src/util/CMakeLists.txt +++ b/tools/src/util/CMakeLists.txt @@ -3,3 +3,4 @@ target_include_directories(util INTERFACE .) # dummy target to make sure headers compile add_executable(util_dummy dummy.cpp) +target_link_libraries(util_dummy PRIVATE project_settings) |
