-
Notifications
You must be signed in to change notification settings - Fork 8
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
lib needs to be corrected to CMAKE_INSTALL_LIBDIR
#146
Comments
@aerorahul what should be done about this? Sorry, I'm not the CMake expert that Kyle was... |
The above line should be replaced with:
i.e. |
@edwardhartnett @aerorahul I'm just getting caught up on this. To be clear, is the goal to have the cmake config land in the same directory as the library? In the case of bacio, the static library destination is being set in src/CMakeLists.txt in the "ARCHIVE DESTINATION lib" line, so using CMAKE_INSTALL_DIR will not guarantee that the cmake files end up in the same directory. |
Let's talk about bacio under the bacio project. ;-) |
NCEPLIBS-w3emc/src/CMakeLists.txt
Line 55 in 264565a
On x64, the library is installed in
lib64
while the cmake config file is inlib
.Note.
Its likely this is happening in other nceplibs as well.
The text was updated successfully, but these errors were encountered: