avoid USE_

This commit is contained in:
Vítor Santos Costa 2015-11-05 16:58:04 +00:00
parent 7be5d1374a
commit bb5a506864

View File

@ -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)