mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-25 14:19:40 +08:00

-- Allow for testing default toolset settings If CMake_TEST_GreenHillsMULTI_config is not defined then just run the GHS tests using defaults. -- Handle paths that contain spaces -- Update test suite to use "-non_shared" linker option Fixes linking issue if GHS is not shipped with shared libraries -- Other minor cleanup
5 lines
33 B
C
5 lines
33 B
C
int main(void)
|
|
{
|
|
return -42;
|
|
}
|