commit e8582aaad3f151142f075da17e325fd7f7db3c9d
parent 520c79d18d36ee0c5f5e16c1a99121585094e5e0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 29 Apr 2021 12:42:04 +0200
Fix the install target of the combustion library
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/combustion/CMakeLists.txt b/cmake/combustion/CMakeLists.txt
@@ -98,7 +98,7 @@ endif()
################################################################################
# Define output & install directories
################################################################################
-install(TARGETS htrdr-core
+install(TARGETS htrdr-combustion
ARCHIVE DESTINATION bin
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)