avoid USE_
This commit is contained in:
parent
7be5d1374a
commit
bb5a506864
@ -1,11 +1,6 @@
|
|||||||
|
|
||||||
option (HORUS "enable HORUS graphical model tookit" ON)
|
|
||||||
|
|
||||||
#cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
|
#cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (HORUS)
|
|
||||||
set ( HORUS_SOURCES
|
set ( HORUS_SOURCES
|
||||||
BayesBall.cpp
|
BayesBall.cpp
|
||||||
BayesBallGraph.cpp
|
BayesBallGraph.cpp
|
||||||
@ -75,5 +70,3 @@ if (HORUS)
|
|||||||
RUNTIME DESTINATION ${bindir}
|
RUNTIME DESTINATION ${bindir}
|
||||||
LIBRARY DESTINATION ${dlls}
|
LIBRARY DESTINATION ${dlls}
|
||||||
)
|
)
|
||||||
|
|
||||||
ENDIF(HORUS)
|
|
||||||
|
Reference in New Issue
Block a user