From bb5a5068644720d761d2621d2df30ab33156e6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 5 Nov 2015 16:58:04 +0000 Subject: [PATCH] avoid USE_ --- packages/CLPBN/horus/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/CLPBN/horus/CMakeLists.txt b/packages/CLPBN/horus/CMakeLists.txt index ec95f50e6..1555ad986 100644 --- a/packages/CLPBN/horus/CMakeLists.txt +++ b/packages/CLPBN/horus/CMakeLists.txt @@ -1,11 +1,6 @@ -option (HORUS "enable HORUS graphical model tookit" ON) - #cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) - - -if (HORUS) set ( HORUS_SOURCES BayesBall.cpp BayesBallGraph.cpp @@ -75,5 +70,3 @@ if (HORUS) RUNTIME DESTINATION ${bindir} LIBRARY DESTINATION ${dlls} ) - -ENDIF(HORUS)