Removed cmake statement that is no longer needed.

This commit is contained in:
Davis King 2013-09-01 13:17:45 -04:00
parent 6fc0d8f608
commit 377f330907
1 changed files with 0 additions and 4 deletions

View File

@ -39,10 +39,6 @@ endif()
string(REPLACE "add_python_module" "" dlib_path ${CMAKE_CURRENT_LIST_FILE})
include(${dlib_path}/cmake)
# Make sure other python interfaces can #include the headers in
# dclib/tools/python/src if they want to.
INCLUDE_DIRECTORIES(${dlib_path}/../tools/python/src)
# We put the extra _ on the end of the name just so it's possible to
# have a module name of dlib and not get a conflict with the target named
# dlib in ../dlib/cmake. We use the target OUPUT_NAME property to ensure the