Skip to content

Commit

Permalink
cmake cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Sep 19, 2024
1 parent 691a5f6 commit 7522343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ if(ANDROID)
add_definitions(-DDEVICE_MOBILE)
add_definitions(-frtti) # dynamic_cast: https://github.com/android/ndk/issues/519
set_property(TARGET osmin PROPERTY SUFFIX "_${ANDROID_ABI}.so")
#set_property(TARGET osmin APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android/package-sources")
target_link_libraries(osmin PRIVATE android log Qt6::CorePrivate)

# Provides dependency openssl
Expand Down

0 comments on commit 7522343

Please sign in to comment.