Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 3, 2019
1 parent 0f352f1 commit 4da45f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,7 @@ export(EXPORT ${PROJECT_NAME}-targets

configure_package_config_file(ArrowConfig.cmake.in
"${CMAKE_CURRENT_BINARY_DIR}/ArrowConfig.cmake"
INSTALL_DESTINATION
"${ARROW_CMAKE_INSTALL_DIR}")
INSTALL_DESTINATION "${ARROW_CMAKE_INSTALL_DIR}")
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/ArrowConfigVersion.cmake
VERSION ${${PROJECT_NAME}_VERSION}
COMPATIBILITY AnyNewerVersion)
Expand Down

0 comments on commit 4da45f7

Please sign in to comment.