diff options
| author | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-11-28 15:05:49 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-11-28 15:05:49 +0200 |
| commit | 222a5cf8a39b3cb1be2717e71126c10fd02c712d (patch) | |
| tree | 8c8c3b1262a05793ee658cad969e0e2638092a22 /unity-standalone | |
| parent | 4a3a0a0e3460ed2310d33113e66a101b70284610 (diff) | |
Remove use of deprecated link_libraries.
(bzr r2934.3.2)
Diffstat (limited to 'unity-standalone')
| -rw-r--r-- | unity-standalone/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unity-standalone/CMakeLists.txt b/unity-standalone/CMakeLists.txt index d86a1a1e5..f6f8bba32 100644 --- a/unity-standalone/CMakeLists.txt +++ b/unity-standalone/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}) |
