File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ set (@PROJECT_NAME@_INCLUDE_DIRS @PACKAGE_INC_INSTALL_DIR@)
13
13
set (@PROJECT_NAME @_LIBRARY_DIRS @PACKAGE_LIB_INSTALL_DIR@)
14
14
15
15
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
16
- MESSAGE ("64 bits compiler detected" )
16
+ MESSAGE (STATUS "64 bits compiler detected" )
17
17
SET (PLATFORM_ACH "X64" )
18
18
SET (BOARD_CONTROLLER_NAME "BoardController" "libBoardController" )
19
19
SET (DATA_HANDLER_NAME "DataHandler" "libDataHandler" )
20
20
SET (ML_MODULE_NAME "MLModule" "libMLModule" )
21
21
SET (BRAINFLOW_NAME "Brainflow" "libBrainflow" )
22
22
else (CMAKE_SIZEOF_VOID_P EQUAL 8)
23
- MESSAGE ("32 bits compiler detected" )
23
+ MESSAGE (STATUS "32 bits compiler detected" )
24
24
SET (PLATFORM_ACH "X86" )
25
25
if (MSVC )
26
26
SET (BOARD_CONTROLLER_NAME "BoardController32" "libBoardController32" )
You can’t perform that action at this time.
0 commit comments