Working on dlib cmake.

This commit is contained in:
Tadas Baltrusaitis
2018-06-20 22:13:21 +01:00
parent 2917583df5
commit d27da058a2
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ branches:
only:
- master
- develop
- feature/dlib-update
compiler:
- gcc

View File

@@ -206,7 +206,7 @@ endif()
# dlib library, allow specifying own or use the included one
if(NOT DEFINED ${DLIB_INCLUDE_DIR})
set(DLIB_INCLUDE_DIR lib/3rdParty/dlib)
set(DLIB_LIBRARY dlib.lib)
set(DLIB_LIBRARY ${CMAKE_BINARY_DIR}/lib/3rdParty/dlib/dlib/libdlib.a)
add_subdirectory(lib/3rdParty/dlib)
endif()