diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-06 19:15:36 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-06 19:15:36 (GMT) |
commit | 2fc9c5fb14f80a4ca862c01d0b65d884569e37ea (patch) | |
tree | 8fcbcd743ab76709d9617ce7974869ba6b403ed5 /Modules/CMakeJOMFindMake.cmake | |
parent | 8111b06078902995ae07fa0322222e64491ce6f9 (diff) | |
download | CMake-2fc9c5fb14f80a4ca862c01d0b65d884569e37ea.zip CMake-2fc9c5fb14f80a4ca862c01d0b65d884569e37ea.tar.gz CMake-2fc9c5fb14f80a4ca862c01d0b65d884569e37ea.tar.bz2 |
Add jom find module
Diffstat (limited to 'Modules/CMakeJOMFindMake.cmake')
-rw-r--r-- | Modules/CMakeJOMFindMake.cmake | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Modules/CMakeJOMFindMake.cmake b/Modules/CMakeJOMFindMake.cmake new file mode 100644 index 0000000..a72420a --- /dev/null +++ b/Modules/CMakeJOMFindMake.cmake @@ -0,0 +1,18 @@ + +#============================================================================= +# 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) |