diff options
author | Maksim Lapin <mlapin@mpi-inf.mpg.de> | 2014-10-07 21:48:26 +0200 |
---|---|---|
committer | Maksim Lapin <mlapin@mpi-inf.mpg.de> | 2014-10-19 23:16:11 +0200 |
commit | c211fd01ed62c8279ffc810e4f4d1ab2f0b93366 (patch) | |
tree | a6ca47173c985ddbd384b24bd1ea55c752cb5e81 /Makefile | |
parent | a9ac68a3af2d750b3c01ea8ba8a543a78119ce24 (diff) | |
download | caffeonacl-c211fd01ed62c8279ffc810e4f4d1ab2f0b93366.tar.gz caffeonacl-c211fd01ed62c8279ffc810e4f4d1ab2f0b93366.tar.bz2 caffeonacl-c211fd01ed62c8279ffc810e4f4d1ab2f0b93366.zip |
include opencv only in .cpp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -250,7 +250,6 @@ ifeq ($(OSX), 1) endif # boost::thread is called boost_thread-mt to mark multithreading on OS X LIBRARIES += boost_thread-mt - NVCCFLAGS += -DOSX endif # Custom compiler |