From 9dc4d13686ff76d3c2981fb9d69b90d32e7b10ec Mon Sep 17 00:00:00 2001 From: Clement Farabet Date: Wed, 9 Oct 2013 09:39:08 -0400 Subject: Wrong CMAke --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcb8d2f..029fd0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,6 @@ FIND_PACKAGE(Torch REQUIRED) SET(src sys.c) SET(luasrc init.lua) -TARGET_LINK_LIBRARIES(sys luaT TH) - ADD_TORCH_PACKAGE(sys "${src}" "${luasrc}") + +TARGET_LINK_LIBRARIES(sys luaT TH) -- cgit v1.2.3