We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f44500 commit fcfdd73Copy full SHA for fcfdd73
CMake/cdat_modules_extra/ESMP_install_step.cmake.in
@@ -2,9 +2,8 @@
2
include(@cdat_CMAKE_BINARY_DIR@/cdat_common_environment.cmake)
3
4
file(GLOB_RECURSE ESMP_esmfmkfile "@cdat_EXTERNALS@/lib/libO/*.mk")
5
-file(RELATIVE_PATH _rel_path @PYTHON_SITE_PACKGES_PREFIX@/ESMP/src ${ESMP_esmfmkfile})
6
7
-set(ENV{ESMFMKFILE} ${_rel_path})
+set(ENV{ESMFMKFILE} ${ESMP_esmfmkfile})
8
foreach( item ${ESMP_esmfmkfile})
9
message("item " ${item})
10
endforeach( item ${ESMP_esmfmkfile})
0 commit comments