Skip to content

Commit

Permalink
cmake format
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 19, 2019
1 parent 7deb359 commit a88cd37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cpp/src/gandiva/precompiled/CMakeLists.txt
Expand Up @@ -73,10 +73,7 @@ add_custom_command(OUTPUT ${GANDIVA_PRECOMPILED_BC_PATH}
DEPENDS ${BC_FILES})

# write a cmake script to replace precompiled bitcode file's content into a .cc file
file(
WRITE
"${CMAKE_CURRENT_BINARY_DIR}/WritePrecompiledCC.cmake"
"\
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/WritePrecompiledCC.cmake" "\
file(READ \"${GANDIVA_PRECOMPILED_BC_PATH}\" HEXCONTENT HEX)
string(REGEX REPLACE
\"([0-9a-f][0-9a-f])\"
Expand Down

0 comments on commit a88cd37

Please sign in to comment.