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

Building install target with Visual Studio on Windows #22

Open
mbraakhekke opened this issue Apr 8, 2022 · 1 comment
Open

Building install target with Visual Studio on Windows #22

mbraakhekke opened this issue Apr 8, 2022 · 1 comment
Labels

Comments

@mbraakhekke
Copy link

Building the install target in Visual Studio (Intel Parallel Studio) fails because the modules end up in a subdirectory under Fortran_MODULE_DIRECTORY named after the configuration. See here.

I solved it by modifying the relevant install() command using a generator expression:

install(FILES "${LIBFCSV_FORTRAN_MODULE_DIR}/$<CONFIG>/csv_module.mod"
    DESTINATION finclude)

There doesn't seem to be a portable solution at the moment (see also this related issue) other than identifying the generator (e.g. using CMAKE_GENERATOR).

mbraakhekke pushed a commit to mbraakhekke/fortran-csv-module that referenced this issue Apr 18, 2022
@jacobwilliams
Copy link
Owner

If you have a fix for this I would accept a pull results. I didn't write the CMake stuff and don't use it, so I can't help you there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants