Skip to content

GHS: fix build event script error on Linux

Fred Baksik requested to merge fred23/cmake:ghs_build_event_bugfix into master

On Linux run build events scripts as "/bin/sh script.sh". Prefer using _WIN32 over variable for host platform decisions. -- This is consistant with other parts of CMake.

Merge request reports