File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -232,14 +232,14 @@ if(NOT Arrow_FOUND)
232
232
# folders that would be empty after installation:
233
233
# https://gitlab.kitware.com/cmake/cmake/-/issues/17122
234
234
235
- set (CMAKE_PACKAGED_INSTALL_DIR "${CMAKE_INSTALL_DIR} /+arrow" )
236
-
237
- install (DIRECTORY "${ARROW_SHARED_LIB_DIR} /"
238
- DESTINATION ${CMAKE_PACKAGED_INSTALL_DIR}
239
- FILES_MATCHING
240
- REGEX ${SHARED_LIBRARY_VERSION_REGEX}
241
- PATTERN "cmake" EXCLUDE
242
- PATTERN "pkgconfig" EXCLUDE )
235
+ # set(CMAKE_PACKAGED_INSTALL_DIR "${CMAKE_INSTALL_DIR}/+arrow")
236
+
237
+ # install(DIRECTORY "${ARROW_SHARED_LIB_DIR}/"
238
+ # DESTINATION ${CMAKE_PACKAGED_INSTALL_DIR}
239
+ # FILES_MATCHING
240
+ # REGEX ${SHARED_LIBRARY_VERSION_REGEX}
241
+ # PATTERN "cmake" EXCLUDE
242
+ # PATTERN "pkgconfig" EXCLUDE)
243
243
endif ()
244
244
245
245
# MATLAB_ADD_INSTALL_DIR_TO_STARTUP_FILE toggles whether an addpath command to add the install
You can’t perform that action at this time.
0 commit comments