mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: fix complex test for old compilers
This commit is contained in:
@@ -19,7 +19,7 @@ void Passed(const char* Message, const char* m2="")
|
||||
passed++;
|
||||
}
|
||||
|
||||
main()
|
||||
int main()
|
||||
{
|
||||
if(sharedFunction() != 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user