Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve signature change detection to trigger ware configure #1266

Open
Arthoni opened this issue Nov 14, 2024 · 0 comments
Open

Improve signature change detection to trigger ware configure #1266

Arthoni opened this issue Nov 14, 2024 · 0 comments

Comments

@Arthoni
Copy link
Member

Arthoni commented Nov 14, 2024

Currently done through DevStudio edit dialog checkbox, should be internal to build process

Should be done in CMake, by using set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${_META_PATH})

But underlying problem of configure from build that does not recognize macro OPENFLUID_ADD_WAREPLUGIN

Potentially related with OpenFLUID_DIR that would be wrong at configure or build step (pointing to non-existing dir)

Appendix

CMakeLists.txt of a ware to investigate OpenFLUID_DIR, check with and without CACHE var

set(OpenFLUID_DIR "${OpenFLUID_DIR}" CACHE PATH "Path to FOO_DIR")
MESSAGE(STATUS "OpenFLUID_DIR: ${OpenFLUID_DIR}")
#INCLUDE("${OpenFLUID_DIR}/../openfluid/cmake/OpenFLUIDHelpers.cmake")
INCLUDE("${OpenFLUID_DIR}/OpenFLUIDHelpers.cmake")
@Arthoni Arthoni added this to the release-2.2.+ milestone Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant