Skip to content

Commit

Permalink
Removed unused header include (as noted in #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
severin-lemaignan committed May 4, 2021
1 parent 5d2fa93 commit baa24b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit baa24b9

Please sign in to comment.