Skip to content

Commit

Permalink
clang-format for java/ CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrocks committed Mar 14, 2022
1 parent 631f0f8 commit d38648d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions java/src/main/native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,12 @@ target_include_directories(
# Override RPATH for cudfjni
set_target_properties(
cudfjni
PROPERTIES BUILD_RPATH "\$ORIGIN" INSTALL_RPATH "\$ORIGIN" # set target compile options
CXX_STANDARD 17 CXX_STANDARD_REQUIRED ON CUDA_STANDARD 17 CUDA_STANDARD_REQUIRED ON
PROPERTIES BUILD_RPATH "\$ORIGIN"
INSTALL_RPATH "\$ORIGIN" # set target compile options
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON
CUDA_STANDARD 17
CUDA_STANDARD_REQUIRED ON
)

target_compile_options(
Expand All @@ -300,8 +304,10 @@ if(USE_GDS)
add_library(cufilejni SHARED src/CuFileJni.cpp)
set_target_properties(
cufilejni
PROPERTIES BUILD_RPATH "\$ORIGIN" INSTALL_RPATH "\$ORIGIN" # set target compile options
CXX_STANDARD 17 CXX_STANDARD_REQUIRED ON
PROPERTIES BUILD_RPATH "\$ORIGIN"
INSTALL_RPATH "\$ORIGIN" # set target compile options
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON
)
target_include_directories(
cufilejni
Expand Down

0 comments on commit d38648d

Please sign in to comment.