mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
574 B
CMake
11 lines
574 B
CMake
--- external/FindLibObs.cmake.orig 2020-04-03 19:34:06 UTC
|
|
+++ external/FindLibObs.cmake
|
|
@@ -95,7 +95,7 @@ if(LIBOBS_FOUND)
|
|
|
|
set(LIBOBS_INCLUDE_DIRS ${LIBOBS_INCLUDE_DIR} ${W32_PTHREADS_INCLUDE_DIR})
|
|
set(LIBOBS_LIBRARIES ${LIBOBS_LIB} ${W32_PTHREADS_LIB})
|
|
- include(${LIBOBS_INCLUDE_DIR}/../cmake/external/ObsPluginHelpers.cmake)
|
|
+ include(${CMAKE_INSTALL_PREFIX}/lib/cmake/ObsPluginHelpers.cmake)
|
|
|
|
# allows external plugins to easily use/share common dependencies that are often included with libobs (such as FFmpeg)
|
|
if(NOT DEFINED INCLUDED_LIBOBS_CMAKE_MODULES)
|