"git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "e5f1ca3c6393a1206dbabcef951dbb472c0e7bcd"
Commit 88946d12 authored by Davis King's avatar Davis King
Browse files

Minor CMake cleanup

parent 6b6e7de9
...@@ -174,7 +174,7 @@ if (CMAKE_COMPILER_IS_GNUCXX) ...@@ -174,7 +174,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
endif() endif()
TARGET_LINK_LIBRARIES(${target_name} dlib ) TARGET_LINK_LIBRARIES(${target_name} dlib::dlib )
if (NOT DLIB_NO_GUI_SUPPORT) if (NOT DLIB_NO_GUI_SUPPORT)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment