Skip to content

Commit

Permalink
Fix CMakeLists for Android (#2249)
Browse files Browse the repository at this point in the history
Fix CMakeLists for Android typo
  • Loading branch information
tjzel authored Mar 26, 2024
1 parent 15f5b11 commit 4b51a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ target_compile_options(
-std=c++20
-Wall
)
message(WARNING "CMAKE_CURRENT_SORUCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}")
message(WARNING "CMAKE_CURRENT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}")

target_include_directories(
${CMAKE_PROJECT_NAME}
Expand Down

0 comments on commit 4b51a41

Please sign in to comment.