summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorLéo Lam <leolino.lam@gmail.com>2018-04-14 23:12:17 +0200
committerGitHub <noreply@github.com>2018-04-14 23:12:17 +0200
commitaafa8a10e10e26b4068b19cdc5b1bb36dfa9fbf2 (patch)
treecf79d2532e5ea1258d3dba0f63664f8e1a436f35 /Source/Core/Common
parente253d3d919e13439ac65ba265246c1990e2c3e1d (diff)
parentb31281527a6d3b156b742d03917d82a61cbd99ad (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.txt2
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)