summaryrefslogtreecommitdiff
path: root/hud
diff options
authorJussi Pakkanen <jussi.pakkanen@canonical.com>2012-11-28 15:05:49 +0200
committerJussi Pakkanen <jussi.pakkanen@canonical.com>2012-11-28 15:05:49 +0200
commit222a5cf8a39b3cb1be2717e71126c10fd02c712d (patch)
tree8c8c3b1262a05793ee658cad969e0e2638092a22 /hud
parent4a3a0a0e3460ed2310d33113e66a101b70284610 (diff)
Remove use of deprecated link_libraries.
(bzr r2934.3.2)
Diffstat (limited to 'hud')
-rw-r--r--hud/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/hud/CMakeLists.txt b/hud/CMakeLists.txt
index 8628ac193..cecd38fcc 100644
--- a/hud/CMakeLists.txt
+++ b/hud/CMakeLists.txt
@@ -15,8 +15,6 @@ add_definitions (${CFLAGS})
set (LIBS ${CACHED_UNITY_DEPS_LIBRARIES} ${UNITY_STANDALONE_LADD})
-link_libraries (${LIBS})
-
set (LIB_PATHS ${CACHED_UNITY_DEPS_LIBRARY_DIRS})
link_directories (${CMAKE_BINARY_DIR}/UnityCore ${LIB_PATHS})