Skip to content

Commit

Permalink
fix cmake msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoarau committed Sep 21, 2018
1 parent cbb2600 commit 011bfde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ add_subdirectory(external/osqp-0.3.0 EXCLUDE_FROM_ALL)
# TODO : Make a properer cmake for libxml2
find_package(LibXml2 QUIET)
if(LIBXML2_FOUND)
message(INFO "LibXml2 found:
message(STATUS "LibXml2 found:
LIBXML2_INCLUDE_DIR: ${LIBXML2_INCLUDE_DIR}
LIBXML2_LIBRARIES: ${LIBXML2_LIBRARIES}
")
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindEigen3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endmacro(_eigen3_check_version)
if (EIGEN3_INCLUDE_DIR)

# in cache already
message("Eigen already in cache at ${EIGEN3_INCLUDE_DIR}")
message(STATUS "Eigen already in cache at ${EIGEN3_INCLUDE_DIR}")
_eigen3_check_version()
set(EIGEN3_FOUND ${EIGEN3_VERSION_OK})

Expand Down

0 comments on commit 011bfde

Please sign in to comment.