Mentions légales du service

Skip to content
Snippets Groups Projects
Forked from The Openvibe Group / extras
813 commits behind the upstream repository.
OvPrint.cmake 175 B

FUNCTION(OV_PRINT ALREADY_PRINTED TEXT)

IF("${${ALREADY_PRINTED}}" STREQUAL "")
  MESSAGE(STATUS ${TEXT})
ENDIF("${${ALREADY_PRINTED}}" STREQUAL "")

ENDFUNCTION(OV_PRINT)