diff --git a/CMakeLists.txt b/CMakeLists.txt index abd7f1c..5269287 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,6 @@ set(VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPAC add_definitions(-std=c++11 -DGAZR_VERSION=${VERSION}) find_package(dlib REQUIRED) -include_directories(dlib::dlib) option(DEBUG_OUTPUT "Enable debug visualizations" OFF) option(WITH_TOOLS "Compile sample tools" OFF)