File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ set(CMAKE_CXX_STANDARD 20)
1515set (CMAKE_CXX_STANDARD_REQUIRED ON )
1616set (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- set (CMAKE_VERBOSE_MAKEFILE ON )
22-
2318################################################################################
2419### interprocedural optimization (link time optimization)
2520################################################################################
Original file line number Diff line number Diff line change @@ -362,6 +362,10 @@ add_dependencies(iresearch-static
362362 velocypack
363363 )
364364
365+ if (NOT (IRESEARCH_EXTERNAL_DEPENDENCIES STREQUAL "" )
366+ add_dependencies (iresearch-static ${IRESEARCH_EXTERNAL_DEPENDENCIES} )
367+ endif ()
368+
365369target_include_directories (iresearch-static
366370 SYSTEM
367371 PRIVATE ${CMAKE_CURRENT_BINARY_DIR}
You can’t perform that action at this time.
0 commit comments