diff --git a/src/Mod/Fem/App/CMakeLists.txt b/src/Mod/Fem/App/CMakeLists.txt index 1226cb5ba3..bba77b7fb1 100755 --- a/src/Mod/Fem/App/CMakeLists.txt +++ b/src/Mod/Fem/App/CMakeLists.txt @@ -130,6 +130,7 @@ SET(FemTests_SRCS test_files/ccx/cube_static.dat test_files/ccx/cube_static.frd test_files/ccx/cube_static_expected_values + test_files/ccx/cube.fcstd ) SET(FemBase_SRCS diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index 5d6e27bc97..dab91fe83f 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -84,6 +84,7 @@ INSTALL( test_files/ccx/cube_static.dat test_files/ccx/cube_static.frd test_files/ccx/cube_static_expected_values + test_files/ccx/cube.fcstd DESTINATION Mod/Fem/test_files/ccx ) diff --git a/src/Mod/Fem/test_files/ccx/cube.fcstd b/src/Mod/Fem/test_files/ccx/cube.fcstd index e1a4b396da..025cf3aafc 100644 Binary files a/src/Mod/Fem/test_files/ccx/cube.fcstd and b/src/Mod/Fem/test_files/ccx/cube.fcstd differ