From 2510f6a6e9b8a754907bb0342fd2feb075092dd0 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 14 Dec 2018 15:24:42 +0300 Subject: CMake: Move all directory targets into root script --- utils/vlc_codec/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/vlc_codec') diff --git a/utils/vlc_codec/CMakeLists.txt b/utils/vlc_codec/CMakeLists.txt index cdba0e4..a0741ea 100644 --- a/utils/vlc_codec/CMakeLists.txt +++ b/utils/vlc_codec/CMakeLists.txt @@ -1,5 +1,3 @@ -set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) - list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../cmake") find_package(LIBVLC REQUIRED) message("Found ${LIBVLCCORE_LIBRARY} of version ${LIBVLC_VERSION} with includes ${LIBVLC_INCLUDE_DIR}") -- cgit v1.2.3