-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
Given the issues in #141 to determine the OS type, I think the most robust is to do it like CMake: fpm will detect / know the operating system that it is on, and it will pass this information down the source files, for example in terms of macro definitions, such as:
FPM_OS_LINUXFPM_OS_MACOSFPM_OS_WINDOWS
Or something like that. We might be even more specific than that if needed. This seems to be the most robust and cross-platform way to do it that will work with all Fortran compilers.
Metadata
Metadata
Assignees
Labels
No labels