[vlmc-devel] cmake: Remove unrequired directive

Hugo Beauzée-Luyssen git at videolan.org
Fri Apr 1 23:56:23 CEST 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Apr  1 23:51:17 2016 +0200| [dbb73697f5c93b6d9e875b9eb10a81e9c1df4cc3] | committer: Hugo Beauzée-Luyssen

cmake: Remove unrequired directive

> https://code.videolan.org/videolan/vlmc/commit/dbb73697f5c93b6d9e875b9eb10a81e9c1df4cc3
---

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e5e36d..4703791 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,9 +62,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)
 SET(CMAKE_COLOR_MAKEFILE ON)
 SET(CMAKE_VERBOSE_MAKEFILE OFF)
 
-# Find includes in corresponding build directories
-SET(CMAKE_INCLUDE_CURRENT_DIR ON)
-
 # Path to contribs
 SET(CONTRIBS_PATH ${CMAKE_CURRENT_SOURCE_DIR}/contribs)
 



More information about the Vlmc-devel mailing list