Skip to content

Commit e5e784a

Browse files
committed
try to fix dependencies
1 parent 102b40e commit e5e784a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ 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-
set(CMAKE_VERBOSE_MAKEFILE ON)
22-
2318
################################################################################
2419
### interprocedural optimization (link time optimization)
2520
################################################################################

core/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
365369
target_include_directories(iresearch-static
366370
SYSTEM
367371
PRIVATE ${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)