[svn-r21171] Commit HDFFV-5929 winthreads define fix

Change reference of generated executables in src and fortran/src to use $<TARGETFILE:xxx> format.

Tested: local linux
This commit is contained in:
Allen Byrne
2011-08-04 10:21:15 -05:00
parent 4eb2b76737
commit 5f232b2c91
7 changed files with 46 additions and 41 deletions

View File

@@ -38,6 +38,8 @@ SET (HDF5_DISABLE_COMPILER_WARNINGS OFF CACHE BOOL "Disable compiler warnings" F
SET (HDF5_USE_16_API_DEFAULT OFF CACHE BOOL "Use the HDF5 1.6.x API by default" FORCE)
SET (HDF5_USE_18_API_DEFAULT OFF CACHE BOOL "Use the HDF5 1.8.x API by default" FORCE)
SET (HDF5_ENABLE_THREADSAFE OFF CACHE BOOL "(WINDOWS)Enable Threadsafety" FORCE)
SET (HDF5_PACKAGE_EXTLIBS OFF CACHE BOOL "(WINDOWS)CPACK - include external libraries" FORCE)