8b1b17cff8
"This is good, commit." espie@
11 lines
496 B
Plaintext
11 lines
496 B
Plaintext
$OpenBSD: patch-Modules_CMakeUnixFindMake_cmake,v 1.2 2010/05/28 20:21:48 dcoppa Exp $
|
|
--- Modules/CMakeUnixFindMake.cmake.orig Tue Mar 23 02:17:49 2010
|
|
+++ Modules/CMakeUnixFindMake.cmake Tue Mar 23 02:18:02 2010
|
|
@@ -12,5 +12,5 @@
|
|
# (To distributed this file outside of CMake, substitute the full
|
|
# License text for the above reference.)
|
|
|
|
-FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES gmake make smake)
|
|
+FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES make gmake smake)
|
|
MARK_AS_ADVANCED(CMAKE_MAKE_PROGRAM)
|