"...text-generation-inference.git" did not exist on "e3d765645a914c7adda801594a3011546e4dccf9"
Commit 70eecbd6 authored by Davis King's avatar Davis King
Browse files

Fixed compiler error on ubuntu 16.04

parent 48507ab5
......@@ -9,6 +9,7 @@ cmake_minimum_required(VERSION 2.8.4)
set (target_name imglab)
PROJECT(${target_name})
include(../../dlib/cmake)
# add all the cpp files we want to compile to this list. This tells
# cmake that they are part of our target (which is the executable named imglab)
......@@ -29,7 +30,6 @@ ADD_EXECUTABLE(${target_name}
# Tell cmake to link our target executable to dlib.
include(../../dlib/cmake)
TARGET_LINK_LIBRARIES(${target_name} dlib )
......
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