diff options
| author | Léo Lam <leolino.lam@gmail.com> | 2018-04-14 23:12:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-14 23:12:17 +0200 |
| commit | aafa8a10e10e26b4068b19cdc5b1bb36dfa9fbf2 (patch) | |
| tree | cf79d2532e5ea1258d3dba0f63664f8e1a436f35 /Source/Core/Common | |
| parent | e253d3d919e13439ac65ba265246c1990e2c3e1d (diff) | |
| parent | b31281527a6d3b156b742d03917d82a61cbd99ad (diff) | |
Merge pull request #6643 from lioncash/oprofile
CMakeLists: Define an OProfile target and use it
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index 4ef3af3ac5..15c79c3d3b 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -146,7 +146,7 @@ if(USE_UPNP) endif() if(OPROFILE_FOUND) - target_link_libraries(common PRIVATE ${OPROFILE_LIBRARIES}) + target_link_libraries(common PRIVATE OProfile::OProfile) endif() if(UNIX) |
