Skip to content

Commit bef4da9

Browse files
authored
readme: fix message
1 parent ba6195b commit bef4da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ set(CMAKE_MODULE_PATH
6767
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake-external"
6868
${CMAKE_MODULE_PATH})
6969

70-
message("-- CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}")
70+
message(STATUS "CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}")
7171
if(INITIALIZE_EIGEN_WITH_NAN)
7272
add_definitions(-DEIGEN_INITIALIZE_MATRICES_BY_NAN)
7373
endif(INITIALIZE_EIGEN_WITH_NAN)

0 commit comments

Comments
 (0)