[vlmc-devel] CMakeLists: Remove useless variable

Hugo Beauzée-Luyssen git at videolan.org
Tue May 24 00:37:15 CEST 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue May 24 00:04:33 2016 +0200| [1dbcc8bcb35dedb5bb77d8ed3ff94c3443dec677] | committer: Hugo Beauzée-Luyssen

CMakeLists: Remove useless variable

> https://code.videolan.org/videolan/vlmc/commit/1dbcc8bcb35dedb5bb77d8ed3ff94c3443dec677
---

 CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3157f72..e5ccaab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,9 +62,6 @@ SET(SYSNAME ${CMAKE_SYSTEM}-${CMAKE_SYSTEM_PROCESSOR})
 SET(CMAKE_COLOR_MAKEFILE ON)
 SET(CMAKE_VERBOSE_MAKEFILE OFF)
 
-# Path to contribs
-SET(CONTRIBS_PATH ${CMAKE_CURRENT_SOURCE_DIR}/contribs)
-
 # Optionally allow embedding libvlc into the binary as
 # VLMC requires libVLC
 # SET (WITH_LIBVLC FALSE CACHE BOOL "Compile LibVLC in VLMC")



More information about the Vlmc-devel mailing list