Description of maxima_unicode_display in reference manual,
[maxima.git] / crosscompile-windows / wine / CMakeLists.txt
blob47702cf341ed423a72d98b7f98529191b2da752b
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)
10 if(WINE_EXE)
11     message(STATUS "Found wine at ${WINE_EXE}")
12 else()
13     message(FATAL_ERROR "Wine not found. It is required for crosscompiling Maxima.")
14 endif()