Skip to content

Commit

Permalink
relative path somehow got broken
Browse files Browse the repository at this point in the history
full path seems to work and the patch anyway tries to convert relpath back to full path
fix #981
  • Loading branch information
doutriaux1 committed Jan 26, 2015
1 parent 5f44500 commit fcfdd73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMake/cdat_modules_extra/ESMP_install_step.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
include(@cdat_CMAKE_BINARY_DIR@/cdat_common_environment.cmake)

file(GLOB_RECURSE ESMP_esmfmkfile "@cdat_EXTERNALS@/lib/libO/*.mk")
file(RELATIVE_PATH _rel_path @PYTHON_SITE_PACKGES_PREFIX@/ESMP/src ${ESMP_esmfmkfile})

set(ENV{ESMFMKFILE} ${_rel_path})
set(ENV{ESMFMKFILE} ${ESMP_esmfmkfile})
foreach( item ${ESMP_esmfmkfile})
message("item " ${item})
endforeach( item ${ESMP_esmfmkfile})
Expand Down

0 comments on commit fcfdd73

Please sign in to comment.