Skip to content

Commit

Permalink
fixup! cmake: Add option to build dlib submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Jun 1, 2024
1 parent 441268d commit 78ea8bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ if (WITH_DLIB_SUBMODULE)
set(DLIB_WEBP_SUPPORT OFF)
set(DLIB_TEST_COMPILE_ALL_SOURCE_CPP OFF)
add_subdirectory(dlib)
else()
find_package(dlib REQUIRED)
endif()

set(CMAKE_AUTOMOC ON)
Expand Down

0 comments on commit 78ea8bc

Please sign in to comment.