mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
Make borland pass all the tests on XP (and 2000?)
This commit is contained in:
@@ -1434,9 +1434,8 @@ bool WindowsRunCommand(const char* command, const char* dir,
|
||||
ReadFile(read_stdout,buf,1023,&bread,NULL);
|
||||
|
||||
//read the stdout pipe
|
||||
std::cout << buf << std::flush;
|
||||
memset(buf, 0, sizeof(buf));
|
||||
|
||||
std::cout << buf << std::flush;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ SET (CMAKE_SHLIB_SUFFIX ".dll" CACHE STRING
|
||||
SET (CMAKE_MODULE_SUFFIX ".dll" CACHE STRING
|
||||
"Module library suffix.")
|
||||
|
||||
FIND_PROGRAM(CMAKE_MAKE_PROGRAM make ${BCB_BIN_PATH})
|
||||
FIND_PROGRAM(CMAKE_MAKE_PROGRAM make NAMES bmake ${BCB_BIN_PATH})
|
||||
|
||||
# We will hardcode them for now. Make sure to fix that in the future
|
||||
SET (CMAKE_SIZEOF_INT 4 CACHE INTERNAL "Size of int data type")
|
||||
|
||||
Reference in New Issue
Block a user