File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ set(ICEBERG_INSTALL_BINDIR "${CMAKE_INSTALL_BINDIR}")
4646set (ICEBERG_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR} " )
4747set (ICEBERG_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR} /cmake" )
4848set (ICEBERG_INSTALL_DOCDIR "share/doc/${PROJECT_NAME} " )
49- set (ICEBERG_INCLUDES "${CMAKE_SOURCE_DIR } /src" "${CMAKE_BINARY_DIR } /src" )
49+ set (ICEBERG_INCLUDES "${PROJECT_BINARY_DIR } /src" "${PROJECT_SOURCE_DIR } /src" )
5050
5151if (WIN32 AND NOT MINGW)
5252 set (MSVC_TOOLCHAIN TRUE )
5555endif ()
5656
5757include (CMakeParseArguments)
58- include (BuildUtils )
59- include (ThirdpartyToolchain )
58+ include (IcebergBuildUtils )
59+ include (IcebergThirdpartyToolchain )
6060include (GenerateExportHeader)
6161
6262add_subdirectory (src)
File renamed without changes.
Original file line number Diff line number Diff line change @@ -92,10 +92,6 @@ function(resolve_arrow_dependency)
9292 Arrow
9393 CONFIG)
9494
95- # Add Arrow cmake modules to the search path
96- list (PREPEND CMAKE_MODULE_PATH
97- ${CMAKE_CURRENT_BINARY_DIR} /_deps/arrow-src/cpp/cmake_modules)
98-
9995 fetchcontent_makeavailable(Arrow)
10096
10197 if (arrow_SOURCE_DIR)
You can’t perform that action at this time.
0 commit comments