X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=2fa3291c2d9ae695bb294bf15b14d2d9d4261695;hb=080fca85a8fb6714afd7c34e4070687705fa1cb2;hp=526f37a556daad3b757160629cb0db558e2ca845;hpb=de091e6ceb0afc47d97efa68df5d19abebb42151;p=features.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 526f37a556..2fa3291c2d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -89,7 +89,7 @@ if (LYX_VLD) lyx_add_info_files(VLD ${vld_files}) endif() -if(WIN32) +if(WIN32 AND NOT MINGW) set(FILE_RC ${TOP_CMAKE_PATH}/lyx.rc) message(STATUS "Using icon defined in resource file: ${FILE_RC}") endif()