From ffca21f2743a7b367fa212799c6e2fea6190dd5d Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 3 Mar 2015 16:53:59 +0100 Subject: initial commit for kodi master --- project/cmake/addons/depends/windows/Find7Zip.cmake | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 project/cmake/addons/depends/windows/Find7Zip.cmake (limited to 'project/cmake/addons/depends/windows/Find7Zip.cmake') diff --git a/project/cmake/addons/depends/windows/Find7Zip.cmake b/project/cmake/addons/depends/windows/Find7Zip.cmake new file mode 100644 index 0000000..82b0902 --- /dev/null +++ b/project/cmake/addons/depends/windows/Find7Zip.cmake @@ -0,0 +1,7 @@ +find_program(7ZIP_EXECUTABLE NAMES 7z.exe + HINTS PATHS "c:/Program Files/7-Zip") + +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(7Zip DEFAULT_MSG 7ZIP_EXECUTABLE) + +mark_as_advanced(7ZIP_EXECUTABLE) -- cgit v1.2.3