From 6c2cd2057c5858ae1d727835ad4320cc2c742b75 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 6 Jul 2020 02:48:33 -0500 Subject: [PATCH] Maybe fix the Action build for Linux --- cmake-proxies/wxWidgets/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-proxies/wxWidgets/CMakeLists.txt b/cmake-proxies/wxWidgets/CMakeLists.txt index fc2344394..13ae7bfa0 100644 --- a/cmake-proxies/wxWidgets/CMakeLists.txt +++ b/cmake-proxies/wxWidgets/CMakeLists.txt @@ -61,7 +61,7 @@ if( wxWidgets_FOUND ) > ) - set( WXWIN $ENV{WXWIN} CACHE INTERNAL "" ) +# set( WXWIN $ENV{WXWIN} CACHE INTERNAL "" ) if( WXWIN ) string( APPEND WXWIN "/lib" ) else()