diff options
Diffstat (limited to 'cmake/modules/FindLibDvd.cmake')
| -rw-r--r-- | cmake/modules/FindLibDvd.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindLibDvd.cmake b/cmake/modules/FindLibDvd.cmake index eeb416c..86af89c 100644 --- a/cmake/modules/FindLibDvd.cmake +++ b/cmake/modules/FindLibDvd.cmake | |||
| @@ -203,7 +203,7 @@ if(NOT WIN32) | |||
| 203 | endif() | 203 | endif() |
| 204 | else() | 204 | else() |
| 205 | # Dynamically loaded on Windows | 205 | # Dynamically loaded on Windows |
| 206 | find_path(LIBDVD_INCLUDE_DIR dvdcss/dvdcss.h PATHS ${CMAKE_SOURCE_DIR}/lib/libdvd/include) | 206 | find_path(LIBDVD_INCLUDE_DIR dvdcss/dvdcss.h) |
| 207 | 207 | ||
| 208 | include(FindPackageHandleStandardArgs) | 208 | include(FindPackageHandleStandardArgs) |
| 209 | find_package_handle_standard_args(LibDvd REQUIRED_VARS LIBDVD_INCLUDE_DIR) | 209 | find_package_handle_standard_args(LibDvd REQUIRED_VARS LIBDVD_INCLUDE_DIR) |
