Disable header testing in PPP2 mesh_dem_meshtypes

For some unknown reason, on windows these header tests were producing
the following errors:

fatal error C1041: cannot open program database

There might be a better way around this, but the easiest way is to
simply remove those test builds.
This commit is contained in:
Kenneth Moreland 2018-10-05 09:01:37 -06:00
parent db1b394336
commit 5608615970
3 changed files with 6 additions and 0 deletions

@ -66,6 +66,8 @@
set(headers
ExecutionObject_MeshStructure.h
Types.h
# Testing on windows causes access issues with compiler database files for some reason
TESTABLE OFF
)
#-----------------------------------------------------------------------------

@ -66,6 +66,8 @@
set(headers
ExecutionObject_MeshStructure.h
Types.h
# Testing on windows causes access issues with compiler database files for some reason
TESTABLE OFF
)
#-----------------------------------------------------------------------------

@ -66,6 +66,8 @@
set(headers
ExecutionObject_MeshStructure.h
Types.h
# Testing on windows causes access issues with compiler database files for some reason
TESTABLE OFF
)
#-----------------------------------------------------------------------------