Skip to content

Commit 5d7c589

Browse files
committed
Improve few issues in c++ port.
1 parent 680b6bf commit 5d7c589

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
toolchain: stable
4343
override: true
4444

45-
- name: Build Test the Rust Port
45+
- name: Build the Rust Port
4646
working-directory: source/ports/rs_port
4747
run: cargo build --verbose
4848

source/ports/cxx_port/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ target_link_options(${target}
184184

185185
# Header files
186186
install(DIRECTORY
187-
${CMAKE_CURRENT_SOURCE_DIR}/include/${target} DESTINATION ${INSTALL_INCLUDE}
187+
${CMAKE_CURRENT_SOURCE_DIR}/include/metacall DESTINATION ${INSTALL_INCLUDE}
188188
COMPONENT dev
189189
)
190190

191191
# Inline files
192192
install(DIRECTORY
193-
${CMAKE_CURRENT_SOURCE_DIR}/inline/${target} DESTINATION ${INSTALL_INCLUDE}
193+
${CMAKE_CURRENT_SOURCE_DIR}/inline/metacall DESTINATION ${INSTALL_INCLUDE}
194194
COMPONENT dev
195195
)

0 commit comments

Comments
 (0)