Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/sys.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-02-01 23:22:32 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-02-01 23:22:32 +0400
commitee2a9902128b41fd732e9f25694631e93610bba8 (patch)
tree3e345aceff121d6992135c0780b2a95d8fc4f36b
parent87facd53660890c1b4edc506f4e91265c16725b5 (diff)
Fixed policy:
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3eff2b8..3e17c53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,5 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
+CMAKE_POLICY(VERSION 2.6)
FIND_PACKAGE(Torch REQUIRED)
SET(src sys.c)