diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-23 16:01:10 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-23 16:01:10 (GMT) |
commit | 2b0fb7e3f1f7da5b23d430702493ed4fb7f87166 (patch) | |
tree | 166087128e6ddc8f420f2860a4ec2eb07e24f95d /fortran/examples | |
parent | eb8d35dd8cfd7339c203f758cf9637ac1cdc7a96 (diff) | |
parent | 263db01df57a2aa99f81c060b988101c89f34fda (diff) | |
download | hdf5-2b0fb7e3f1f7da5b23d430702493ed4fb7f87166.zip hdf5-2b0fb7e3f1f7da5b23d430702493ed4fb7f87166.tar.gz hdf5-2b0fb7e3f1f7da5b23d430702493ed4fb7f87166.tar.bz2 |
Merge pull request #1077 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '263db01df57a2aa99f81c060b988101c89f34fda':
HDFFV-9739 only executes H5E tests in production
Remove link flag from compile command
Diffstat (limited to 'fortran/examples')
-rw-r--r-- | fortran/examples/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fortran/examples/CMakeLists.txt b/fortran/examples/CMakeLists.txt index cc14651..c836c17 100644 --- a/fortran/examples/CMakeLists.txt +++ b/fortran/examples/CMakeLists.txt @@ -69,7 +69,6 @@ foreach (example ${examples}) ) target_compile_options(f90_ex_${example}-shared PRIVATE - $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:/dll> $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:${WIN_COMPILE_FLAGS}> ) target_link_libraries (f90_ex_${example}-shared @@ -129,7 +128,6 @@ foreach (example ${F2003_examples}) ) target_compile_options(f03_ex_${example}-shared PRIVATE - $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:/dll> $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:${WIN_COMPILE_FLAGS}> ) target_link_libraries (f03_ex_${example}-shared @@ -189,7 +187,6 @@ if (H5_HAVE_PARALLEL AND MPI_Fortran_FOUND) ) target_compile_options(f90_ex_ph5example-shared PRIVATE - $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:/dll> $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:${WIN_COMPILE_FLAGS}> ) target_link_libraries (f90_ex_ph5example-shared |