Forked from
The Openvibe Group / extras
813 commits behind the upstream repository.
-
Jussi Lindgren authoredJussi Lindgren authored
OvPrint.cmake 175 B
FUNCTION(OV_PRINT ALREADY_PRINTED TEXT)
IF("${${ALREADY_PRINTED}}" STREQUAL "")
MESSAGE(STATUS ${TEXT})
ENDIF("${${ALREADY_PRINTED}}" STREQUAL "")
ENDFUNCTION(OV_PRINT)