mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Added missing parenthesis
Adding libsndfile in NDK based android app is failing for this typo
This commit is contained in:
parent
e6515abca0
commit
b706e62ead
@ -42,8 +42,8 @@ find_package_handle_standard_args (SQLite3
|
||||
)
|
||||
|
||||
if (SQLite3_FOUND)
|
||||
set SQLite3_INCLUDE_DIRS ${SQLite3_INCLUDE_DIR})
|
||||
set SQLite3_LIBRARIES ${SQLite3_LIBRARY})
|
||||
set (SQLite3_INCLUDE_DIRS ${SQLite3_INCLUDE_DIR})
|
||||
set (SQLite3_LIBRARIES ${SQLite3_LIBRARY})
|
||||
if (NOT TARGET SQLite::SQLite3)
|
||||
add_library (SQLite::SQLite3 UNKNOWN IMPORTED)
|
||||
set_target_properties (SQLite::SQLite3 PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user