From 737eb47d213f9da12aa700d5b88905f5daa86b76 Mon Sep 17 00:00:00 2001 From: tresf Date: Sun, 19 May 2024 02:24:33 -0400 Subject: [PATCH] Fix comments --- cmake/modules/FindWine.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/FindWine.cmake b/cmake/modules/FindWine.cmake index eea4ed49d5a..fba78bfb91f 100644 --- a/cmake/modules/FindWine.cmake +++ b/cmake/modules/FindWine.cmake @@ -6,10 +6,10 @@ # WINE_INCLUDE_DIR - Wine include directory # WINE_BUILD - Path to winebuild # WINE_CXX - Path to wineg++ -# WINE_CPP - Path to winegcc +# WINE_GCC - Path to winegcc # WINE_32_LIBRARY_DIRS - Path(s) to 32-bit wine libs # WINE_32_FLAGS - 32-bit linker flags -# WINE_64_LIBRARY_DIRS - Path to 64-bit wine libs +# WINE_64_LIBRARY_DIRS - Path(s) to 64-bit wine libs # WINE_64_FLAGS - 64-bit linker flags #