summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeJOMFindMake.cmake
blob: 3a98be48d824c360e6c932f6ecd922f5ca1eaed5 (plain)
1
2
3
4
5
6
7
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file LICENSE.rst or https://cmake.org/licensing for details.


set (CMAKE_MAKE_PROGRAM "jom" CACHE STRING
     "Program used to build from makefiles.")
mark_as_advanced(CMAKE_MAKE_PROGRAM)