Skip to content

Commit

Permalink
wpiutil format
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDizzy committed Jan 26, 2025
1 parent 04b8907 commit d3359ba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wpiutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ include(CompileWarnings)
include(AddTest)
include(DownloadAndCheck)

file(
GLOB wpiutil_jni_src
src/main/native/cpp/jni/WPIUtilJNI.cpp
)
file(GLOB wpiutil_jni_src src/main/native/cpp/jni/WPIUtilJNI.cpp)

# Java bindings
if(WITH_JAVA)
Expand Down Expand Up @@ -259,4 +256,4 @@ if(WITH_TESTS)
if(MSVC)
target_compile_options(wpiutil_test PRIVATE /utf-8)
endif()
endif()
endif()

0 comments on commit d3359ba

Please sign in to comment.