Salome HOME
Corrected error in all Poisson tests (indentation and mesh location)
[tools/solverlab.git] / CDMATH / tests / examples / Poisson3DEF_BALL / CMakeLists.txt
index 7790282f5027512684427e397a73bebe18de10fc..1a05b09db6eba0765e37069e00aef89fde6c360b 100755 (executable)
@@ -3,7 +3,7 @@ SET(MESH_MED
   ../../ressources/ballWithTetrahedra.med
   )
 
-file(COPY ${MESH_MED} DESTINATION ${CMAKE_BINARY_DIR}/tests/examples/Poisson3DEF_BALL)
+file(COPY ${MESH_MED} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
 install(FILES ${MESH_MED} DESTINATION share/examples/Poisson3DEF_BALL)
 
 if (CDMATH_WITH_PYTHON AND CDMATH_WITH_PETSC AND CDMATH_WITH_POSTPRO)