diff --git a/.travis.yml b/.travis.yml index e9785158..02bcfde4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ branches: only: - master - develop - - feature/dlib-update compiler: - gcc diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e364b62..246f02db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()