Skip to content

Commit

Permalink
Fixed libobs case in FindLibObs.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingSword committed May 1, 2021
1 parent 8e93124 commit cfa7cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/FindLibObs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if(MSVC)
endif()

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Libobs DEFAULT_MSG LIBOBS_LIB LIBOBS_INCLUDE_DIR)
find_package_handle_standard_args(LibObs DEFAULT_MSG LIBOBS_LIB LIBOBS_INCLUDE_DIR)
mark_as_advanced(LIBOBS_INCLUDE_DIR LIBOBS_LIB)

if(LIBOBS_FOUND)
Expand Down

0 comments on commit cfa7cd1

Please sign in to comment.