commit 77926bb9d272acd4b1c97a771dc783b7bc00d7c9 parent c6f622a7452165c17fd135b66defb372013af61e Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 2 Aug 2018 15:46:55 +0200 Fix the CMakeLists.txt file Diffstat:
| M | cmake/CMakeLists.txt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -70,7 +70,7 @@ set_target_properties(htmie PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION_MAJOR}) -rcmake_setup_devel(htmie HTMIE ${VERSION} high_tune/htmie.h) +rcmake_setup_devel(htmie HTMIE ${VERSION} high_tune/htmie_version.h) ################################################################################ # Test utilities