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