Skip to content

fix cmake warning#4

Merged
rvorobiov-neurala merged 1 commit intomasterfrom
fix_cmake_warnings
Oct 17, 2025
Merged

fix cmake warning#4
rvorobiov-neurala merged 1 commit intomasterfrom
fix_cmake_warnings

Conversation

@rvorobiov-neurala
Copy link

https://cmake.org/cmake/help/v3.31/command/configure_file.html:

A relative path is treated with respect to the value of CMAKE_CURRENT_BINARY_DIR.

config.h and modbus-version.h" are not placed in src/, but rather in ${CMAKE_CURRENT_BINARY_DIR}/src, which is covered by target_include_directories below

@rvorobiov-neurala rvorobiov-neurala requested a review from a team October 17, 2025 13:44
Copy link
Collaborator

@jraynal jraynal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess installing the Headers, while annoying is a good idea to appease licensing concerns (I don't think it solves them).

@rvorobiov-neurala rvorobiov-neurala merged commit 4847939 into master Oct 17, 2025
1 check passed
@rvorobiov-neurala rvorobiov-neurala deleted the fix_cmake_warnings branch October 17, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants