Skip to content

Commit f5b20db

Browse files
committed
cmake: remove message display
1 parent 7ccd498 commit f5b20db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,6 @@ modernize_target_link_libraries(
280280
${PYTHON_INCLUDE_DIR})
281281

282282
if(BUILD_WITH_CHOLMOD_SUPPORT)
283-
if(TARGET CHOLMOD::CHOLMOD)
284-
message(STATUS "CHOLMOD_FOUND: ${CHOLMOD_FOUND}")
285-
endif()
286283
modernize_target_link_libraries(${PROJECT_NAME} SCOPE PUBLIC TARGETS
287284
CHOLMOD::CHOLMOD)
288285
endif(BUILD_WITH_CHOLMOD_SUPPORT)

0 commit comments

Comments
 (0)