diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-09 13:44:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-09 13:44:45 (GMT) |
commit | 4069936ee48296216758a69cd5baccc04401c7b9 (patch) | |
tree | 5ade2f6794aec0d1e7d80f762ff08789f2fdae70 /hl/fortran/examples | |
parent | 7aeebec9463d18c3040ba7fa37464c00b64ab75e (diff) | |
download | hdf5-4069936ee48296216758a69cd5baccc04401c7b9.zip hdf5-4069936ee48296216758a69cd5baccc04401c7b9.tar.gz hdf5-4069936ee48296216758a69cd5baccc04401c7b9.tar.bz2 |
Add missing module_dir property
Diffstat (limited to 'hl/fortran/examples')
-rw-r--r-- | hl/fortran/examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/fortran/examples/CMakeLists.txt b/hl/fortran/examples/CMakeLists.txt index cc671f0..27971b2 100644 --- a/hl/fortran/examples/CMakeLists.txt +++ b/hl/fortran/examples/CMakeLists.txt @@ -32,6 +32,7 @@ foreach (example ${examples}) set_target_properties (hl_f90_ex_${example} PROPERTIES LINKER_LANGUAGE Fortran FOLDER examples/hl/fortran + Fortran_MODULE_DIRECTORY ${CMAKE_Fortran_MODULE_DIRECTORY}/static ) endforeach () |