diff options
| author | 2023-06-20 19:26:12 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:55 -0400 | |
| commit | fdbeb841682b89d4c9fb112786e716f5fac9540c (patch) | |
| tree | 06759ae036a82dbc7b9fec4d89351dd387c331c3 /src/common/CMakeLists.txt | |
| parent | configuration: Move speed_limit to core (diff) | |
| download | yuzu-fdbeb841682b89d4c9fb112786e716f5fac9540c.tar.gz yuzu-fdbeb841682b89d4c9fb112786e716f5fac9540c.tar.xz yuzu-fdbeb841682b89d4c9fb112786e716f5fac9540c.zip | |
settings,uisettings: Remove leading underscore
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index cf05ae364..e205055e6 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -205,7 +205,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") | |||
| 205 | -Werror=unreachable-code-aggressive | 205 | -Werror=unreachable-code-aggressive |
| 206 | ) | 206 | ) |
| 207 | target_compile_definitions(common PRIVATE | 207 | target_compile_definitions(common PRIVATE |
| 208 | $<$<VERSION_LESS:$<CXX_COMPILER_VERSION>,15>:_CANNOT_EXPLICITLY_INSTANTIATE> | 208 | $<$<VERSION_LESS:$<CXX_COMPILER_VERSION>,15>:CANNOT_EXPLICITLY_INSTANTIATE> |
| 209 | ) | 209 | ) |
| 210 | endif() | 210 | endif() |
| 211 | 211 | ||