Private
Public Access
2
0

cmake: fix indentation on some messages for consistency

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2018-02-06 20:48:32 -05:00
parent 60b77d5da9
commit 616ffc0b94
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
set_source_files_properties (mraa3.i PROPERTIES CPLUSPLUS ON)
set_source_files_properties (mraa3.i PROPERTIES SWIG_FLAGS "-I${CMAKE_BINARY_DIR}/src")
message ("PYTHON3 attempting to build!")
message (STATUS "PYTHON3 attempting to build!")
if (CMAKE_VERSION VERSION_LESS "3.8")
swig_add_module (python3-mraa python mraa3.i ../mraapy.c)