diff options
| author | 2020-04-16 01:40:03 +0200 | |
|---|---|---|
| committer | 2020-04-16 16:42:59 +0200 | |
| commit | 94c2c828a5ffe6f19fbd4068b6484c0a052d855f (patch) | |
| tree | 8b33382192f1f76c2d02cf26b511ea19b247337e /src | |
| parent | Merge pull request #3659 from bunnei/time-calc-standard-user (diff) | |
| download | yuzu-94c2c828a5ffe6f19fbd4068b6484c0a052d855f.tar.gz yuzu-94c2c828a5ffe6f19fbd4068b6484c0a052d855f.tar.xz yuzu-94c2c828a5ffe6f19fbd4068b6484c0a052d855f.zip | |
input_common: Use the CMake target instead of the variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 2520ba321..a9c2392b1 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -27,4 +27,4 @@ if(SDL2_FOUND) | |||
| 27 | endif() | 27 | endif() |
| 28 | 28 | ||
| 29 | create_target_directory_groups(input_common) | 29 | create_target_directory_groups(input_common) |
| 30 | target_link_libraries(input_common PUBLIC core PRIVATE common ${Boost_LIBRARIES}) | 30 | target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost) |