File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ if (UNIX)
77 endif ()
88 add_definitions (-DFILESDIR= "${FILESDIR} " )
99endif ()
10+ if (ENABLE_CHECK_INTERNAL)
11+ add_definitions (-DCHECK_INTERNAL )
12+ endif ()
Original file line number Diff line number Diff line change 3636endif ()
3737
3838option (BUILD_TESTS "Build tests" OFF )
39+ option (ENABLE_CHECK_INTERNAL "Enable internal checks" OFF )
3940option (BUILD_GUI "Build the qt application" OFF )
4041option (WITH_QCHART "When building GUI(need BUILD_GUI=ON), use Qt5 Charts" OFF )
4142
Original file line number Diff line number Diff line change 3232 message ( STATUS "BUILD_SHARED_LIBS = ${BUILD_SHARED_LIBS} " )
3333endif (NOT DEFINED BUILD_SHARED_LIBS )
3434message ( STATUS "BUILD_TESTS = ${BUILD_TESTS} " )
35+ message ( STATUS "ENABLE_CHECK_INTERNAL = ${ENABLE_CHECK_INTERNAL} " )
3536message ( STATUS "BUILD_GUI = ${BUILD_GUI} " )
3637message ( STATUS "WITH_QCHART = ${WITH_QCHART} " )
3738message ( STATUS )
You can’t perform that action at this time.
0 commit comments