-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
recipes/fmilibrary/all/patches/2.4.1-010-install-runtime-to-bin.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 1c1fdb0d864682cb85433fc29cacbe829393eb1d Mon Sep 17 00:00:00 2001 | ||
From: Joakim Haugen <joakim.haugen@sintef.no> | ||
Date: Mon, 30 Oct 2023 13:12:34 +0100 | ||
Subject: [PATCH] Install runtime to bin | ||
|
||
--- | ||
CMakeLists.txt | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index cc2a25c..0bb24f6 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -304,7 +304,7 @@ file(COPY "${FMILIBRARYHOME}/Config.cmake/fmilib.h" DESTINATION "${FMILibrary_BI | ||
install(TARGETS ${FMILIB_TARGETS} | ||
ARCHIVE DESTINATION lib | ||
LIBRARY DESTINATION lib | ||
- RUNTIME DESTINATION lib | ||
+ RUNTIME DESTINATION bin | ||
) | ||
install(FILES | ||
"${FMILIBRARYHOME}/FMILIB_Readme.txt" | ||
-- | ||
2.30.2 | ||
|