Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 4, 2019
1 parent 67665eb commit a2adff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/FindArrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ list(APPEND ARROW_SEARCH_LIB_PATH_SUFFIXES
set(ARROW_CONFIG_SUFFIXES
"_RELEASE"
"_RELWITHDEBINFO"
"_MISIZEREL"
"_MINSIZEREL"
"_DEBUG"
"")
if(CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit a2adff0

Please sign in to comment.