diff options
author | Markus Wick <markus@selfnet.de> | 2020-04-16 01:40:03 +0200 |
---|---|---|
committer | Markus Wick <markus@selfnet.de> | 2020-04-16 16:42:59 +0200 |
commit | 94c2c828a5ffe6f19fbd4068b6484c0a052d855f (patch) | |
tree | 8b33382192f1f76c2d02cf26b511ea19b247337e /src | |
parent | db67e017cb137376eef1930a6cc1a00c1d53acc5 (diff) |
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) endif() create_target_directory_groups(input_common) -target_link_libraries(input_common PUBLIC core PRIVATE common ${Boost_LIBRARIES}) +target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost) |