Skip to content

Commit

Permalink
fix(jni): remove unnecessary CACHE entry
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Oct 26, 2021
1 parent b2bec59 commit d868682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/jni/cmake/CapnprotoWorkarounds.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else()
find_program(CAPNPC_CXX_EXECUTABLE capnpc-c++ HINTS "${capnp_dir}")
endif()

set(CAPNPC_IMPORT_DIRS "${CMAKE_SOURCE_DIR}/capnproto/c++/src" CACHE FILEPATH "")
set(CAPNPC_IMPORT_DIRS "${CMAKE_SOURCE_DIR}/capnproto/c++/src")

# placeholder, targets file will be installed later
# use WRITE instead of TOUCH to avoid duplicated targets while buildCMakeRelWithDebInfo
Expand Down

0 comments on commit d868682

Please sign in to comment.