https://github.com/Kitware/CMake
Raw File
Tip revision: 20a41aa589d4418f9ac46fc8c0402162d1d82873 authored by Brad King on 01 March 2019, 14:25:27 UTC
CMake 3.14.0-rc3
Tip revision: 20a41aa
CMakeFindWMake.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.


set (CMAKE_MAKE_PROGRAM "wmake" CACHE STRING
     "Program used to build from makefiles.")
mark_as_advanced(CMAKE_MAKE_PROGRAM)
back to top