Skip to content

Commit

Permalink
revert debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 12, 2024
1 parent 8af2a68 commit 4f50701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ IF(WITH_STATIC)
MESSAGE(STATUS "ICU uc was found: ${ICU_LIBRARIES}")
ENDIF()
IF(ICU_DATA_FOUND)
MESSAGE(FATAL_ERROR "ICU data was found: ${ICU_LIBRARIES}")
MESSAGE(STATUS "ICU data was found: ${ICU_LIBRARIES}")
ENDIF()
SET(LIBXML2_LIBRARIES ${LIBXML2_LIBRARIES} ${ICU_LIBRARIES})
ENDIF()
Expand Down

0 comments on commit 4f50701

Please sign in to comment.