Skip to content

Commit

Permalink
Merge pull request #13 from SingingSword/sisw-fedora33-obssrc
Browse files Browse the repository at this point in the history
Fixed libobs case in FindLibObs.cmake
  • Loading branch information
royshil committed May 2, 2021
2 parents 8e93124 + cfa7cd1 commit 3f90639
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 3f90639

Please sign in to comment.