Skip to content

Commit 7b6931c

Browse files
committed
add debug output
1 parent 0127550 commit 7b6931c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ set(CMAKE_CXX_STANDARD 20)
1515
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1616
set(CMAKE_CXX_EXTENSIONS OFF)
1717

18+
message(STATUS "ICU_INCLUDE_DIR: ${ICU_INCLUDE_DIR}")
19+
message(STATUS "ICU_LIBRARY_DIR: ${ICU_LIBRARY_DIR}")
20+
message(STATUS "ICU_STATIC_LIBS: ${ICU_STATIC_LIBS}")
21+
1822
################################################################################
1923
### interprocedural optimization (link time optimization)
2024
################################################################################

0 commit comments

Comments
 (0)