You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DraTeots I gather we have to change all of our references to CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR. Any other variables that you know need to be changed?
I'm assuming that CMAKE_INSTALL_PREFIX,CMAKE_BUILD_TYPE,CMAKE_CXX_*, etc, should inherit from the parent project.
@DraTeots Are you compiling JANA2 as a CMake subproject? If it works I'd like to close the issue.
nathanwbrei
changed the title
Make JANA2 configure and compile is used as CMake subproject
Feature request: Compiling JANA as a CMake subproject
Jul 17, 2024
Currently JANA2 uses CMAKE_XXX where it should use CMAKE_CURRENT_XXX. As CMAKE_XXX is now corresponds to a parent CMake project.
The text was updated successfully, but these errors were encountered: