Skip to content
Snippets Groups Projects
Commit 47c29885 authored by Brad King's avatar Brad King
Browse files

Tests: Fix RunCMake.BuildDepends filesystem delay for Watcom WMake

Our 1.125s delay does not seem to be long enough to be reliable with
the Watcom `wmake` tool.  Use a longer delay for Watcom.
parent 26790ad9
No related merge requests found
include(RunCMake)
if(RunCMake_GENERATOR STREQUAL "Borland Makefiles")
if(RunCMake_GENERATOR STREQUAL "Borland Makefiles" OR
RunCMake_GENERATOR STREQUAL "Watcom WMake")
set(fs_delay 3)
else()
set(fs_delay 1.125)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment