diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-15 22:11:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-15 22:11:26 (GMT) |
commit | 407afb906c6f3627d14acd959fb518d16caa5d7b (patch) | |
tree | d54bf9fbdaceddb600e45c262aab4f8c8b400c20 /Templates/CMakeWindowsBorlandConfig.cmake | |
parent | a6f5f8395ce28d50f28ce322f53c4390214ff956 (diff) | |
download | CMake-407afb906c6f3627d14acd959fb518d16caa5d7b.zip CMake-407afb906c6f3627d14acd959fb518d16caa5d7b.tar.gz CMake-407afb906c6f3627d14acd959fb518d16caa5d7b.tar.bz2 |
closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used by Dart, nmake makefiles work with borland make and nmake
Diffstat (limited to 'Templates/CMakeWindowsBorlandConfig.cmake')
-rw-r--r-- | Templates/CMakeWindowsBorlandConfig.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Templates/CMakeWindowsBorlandConfig.cmake b/Templates/CMakeWindowsBorlandConfig.cmake index 1b2bf2b..86e8ca8d 100644 --- a/Templates/CMakeWindowsBorlandConfig.cmake +++ b/Templates/CMakeWindowsBorlandConfig.cmake @@ -94,3 +94,4 @@ IF (NOT DEFS_SYS) SET (DEFS_SYS "-DWIN32;WIN32_LEAN_AND_MEAN;STRICT;_RTLDLL;USEPACKAGES" CACHE STRING "Compiler conditional defines required for correct compilation") ENDIF (NOT DEFS_SYS) +FIND_PROGRAM(CMAKE_MAKE_PROGRAM make ${BCB_BIN_PATH} ) |