We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f44500 + fcfdd73 commit 53f5376Copy full SHA for 53f5376
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