mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 22:42:33 +02:00
Fix cmake warning about crashpad name
This commit is contained in:
parent
186e784d89
commit
c4f3e1e263
1 changed files with 1 additions and 1 deletions
|
@ -38,4 +38,4 @@ select_library_configurations(CRASHPAD_BASE)
|
|||
select_library_configurations(CRASHPAD_UTIL)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(CRASHPAD DEFAULT_MSG CRASHPAD_INCLUDE_DIRS CRASHPAD_LIBRARY CRASHPAD_BASE_LIBRARY CRASHPAD_UTIL_LIBRARY)
|
||||
find_package_handle_standard_args(Crashpad DEFAULT_MSG CRASHPAD_INCLUDE_DIRS CRASHPAD_LIBRARY CRASHPAD_BASE_LIBRARY CRASHPAD_UTIL_LIBRARY)
|
||||
|
|
Loading…
Reference in a new issue