mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
COMP: Try to fix windows builds
This commit is contained in:
@@ -26,7 +26,14 @@
|
||||
#include "cmCPackLog.h"
|
||||
|
||||
#include <cmsys/SystemTools.hxx>
|
||||
#include <sys/stat.h>
|
||||
|
||||
// Includes needed for implementation of RenameFile. This is not in
|
||||
// system tools because it is not implemented robustly enough to move
|
||||
// files across directories.
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
# include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
cmCPackTarCompressGenerator::cmCPackTarCompressGenerator()
|
||||
|
||||
Reference in New Issue
Block a user