diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-11-11 12:26:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-11-11 12:26:39 (GMT) |
commit | 8758d5698d7f80f465e436f58e93899407f445ae (patch) | |
tree | bcd9db21b11bc7b4dd5c54d76e22fe1cb5152c57 /config/sanitizer/tools.cmake | |
parent | c0c0b6b47ffaebd158da055d04b9e9f88d8730ef (diff) | |
download | hdf5-8758d5698d7f80f465e436f58e93899407f445ae.zip hdf5-8758d5698d7f80f465e436f58e93899407f445ae.tar.gz hdf5-8758d5698d7f80f465e436f58e93899407f445ae.tar.bz2 |
Correct TARGET variable and CMake config file location
Diffstat (limited to 'config/sanitizer/tools.cmake')
-rw-r--r-- | config/sanitizer/tools.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sanitizer/tools.cmake b/config/sanitizer/tools.cmake index 2f73cce..242e33f 100644 --- a/config/sanitizer/tools.cmake +++ b/config/sanitizer/tools.cmake @@ -111,4 +111,4 @@ else() set(CMAKE_CXX_CPPCHECK "" CACHE STRING "" FORCE) # delete it -endif()
\ No newline at end of file +endif() |