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
Update fortran/packaging/CMakeLists.txt to set lib and inc paths for the installed musica-fortran library.
See src/packaging/CMakeLists.txt and modulefile.lua.in.
Acceptance Criteria
In a host model CMakeLists.txt file,
find_package(musica-fortran) should set include and lib directories
so that target_include_directories, target_link_directories, and target_link_libraries lines are not required.
The text was updated successfully, but these errors were encountered:
Update fortran/packaging/CMakeLists.txt to set lib and inc paths for the installed musica-fortran library.
See src/packaging/CMakeLists.txt and modulefile.lua.in.
Acceptance Criteria
In a host model CMakeLists.txt file,
find_package(musica-fortran) should set include and lib directories
so that target_include_directories, target_link_directories, and target_link_libraries lines are not required.
The text was updated successfully, but these errors were encountered: