-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[libraw] Add include for select_library_configurations (#6715) #6742
[libraw] Add include for select_library_configurations (#6715) #6742
Conversation
@@ -32,6 +32,8 @@ | |||
+ ${PC_LIBRAW_R_LIBRARY_DIRS} | |||
+ ) | |||
+ | |||
+INCLUDE(SelectLibraryConfigurations) |
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.
Shouldn't this line be placed before the line 21?
i.e. before select_library_configurations(LibRaw)
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.
Sorry, should be fixed now.
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.
Looks good. Thank you!
93af2d1
to
d2bbf25
Compare
Hi @trylle, thanks for your PR. Could you also bump the version in CONTROL file? |
ports/libraw/CONTROL
Outdated
@@ -1,4 +1,4 @@ | |||
Source: libraw | |||
Version: 0.19.2 | |||
Version: 0.19.2-1 |
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.
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.
OK, I've rebased the PR onto master and bumped the version to 201903-1 to differentiate from #6759 already merged into master.
e71ef11
to
d66183d
Compare
Thanks. |
Nothing, thanks for the PR! |
Please check if this resolves your problem, @mloskot.