1 # CMake file for crosscompiling Maxima/wxMaxima for Windows
2 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Copyright (C) by Wolfgang Dautermann
4 # License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
5 # This is free software: you are free to change and redistribute it.
6 # There is NO WARRANTY, to the extent permitted by law.
8 find_program(WINE_EXE NAMES wine64)
11 message(STATUS "Found wine at ${WINE_EXE}")
13 message(FATAL_ERROR "Wine not found. It is required for crosscompiling Maxima.")