mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: remove relative and extra paths in CMakeLists.txt files
This commit is contained in:
@@ -327,7 +327,7 @@ void cmSystemTools::Error(const char* m1, const char* m2)
|
||||
{
|
||||
message += m2;
|
||||
}
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && !defined(__CYGWIN__)
|
||||
::MessageBox(0, message.c_str(), 0, MB_OK);
|
||||
std::cerr << message.c_str() << std::endl;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user