Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[R-package] CMake fixes to support MSVC #2963
[R-package] CMake fixes to support MSVC #2963
Changes from 1 commit
e59b333
5e87c31
8554e20
0124198
5820274
40fa72d
9a6d720
25cb78a
e929c3f
8558ff4
3ddcc15
aa56d1b
c283c55
bb5dcb8
5f156a3
45a7636
8936a8a
869d400
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
R_DOT_LIB_FILE
should be listed here and included infind_package_handle_standard_args
conditionally.Also just found the following guide: https://cmake.org/cmake/help/v3.0/manual/cmake-developer.7.html?highlight=find_package_handle_standard_args#find-modules.
UPD: Don't you find
R_MSVC_CORE_LIBRARY
name clearer?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked
R_DOT_LIB_FILE
because it was so different fromLIBR_CORE_LIBRARY
that they were unlikely to be mistaken for each other.However, I just changed it to
R_MSVC_CORE_LIBRARY
. I don't think the name is that important and I'm anxious to get this merged. MSVC installation for the R package is currently broken for users (#2963 (comment)) and I believe it has been for a few weeks now.commit with the changes: c283c55