-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The use of gmx_check_source_compiles_with_flags has been improved to provide more granularity in the case of failure. COMPILE_FLAGS source property has been superseded by COMPILE_OPTIONS, which also works better. For example, we no longer need to strip strings of flags. target_link_libraries() is no longer being abused to pass flags, which will make it possible to use link dependencies with module object libraries that include SYCL code. Compile-time only flags are no longer used at link time. Improved docs of gmx_check_source_compiles_with_flags() and gmx_check_source_compiles_with_flags().
- Loading branch information
Showing
2 changed files
with
59 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters