[Cmake-commits] [cmake-commits] hoffman committed CMakeJOMFindMake.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 6 14:15:40 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv27140

Added Files:
	CMakeJOMFindMake.cmake 
Log Message:
Add jom find module


--- NEW FILE: CMakeJOMFindMake.cmake ---

#=============================================================================
# Copyright 2002-2009 Kitware, Inc.
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# (To distributed this file outside of CMake, substitute the full
#  License text for the above reference.)


SET (CMAKE_MAKE_PROGRAM "jom" CACHE STRING
     "Program used to build from makefiles.")
MARK_AS_ADVANCED(CMAKE_MAKE_PROGRAM)



More information about the Cmake-commits mailing list