Skip to content
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

1.9.2 typo: "caorrays" instead of "coarrays" #452

Closed
ghost opened this issue Sep 25, 2017 · 1 comment · Fixed by #453
Closed

1.9.2 typo: "caorrays" instead of "coarrays" #452

ghost opened this issue Sep 25, 2017 · 1 comment · Fixed by #453

Comments

@ghost
Copy link

ghost commented Sep 25, 2017

This is the patch

--- src/mpi/CMakeLists.txt.orig 2017-09-25 07:15:10 UTC
+++ src/mpi/CMakeLists.txt
@@ -150,8 +150,8 @@ set_target_properties ( caf_mpi
 # Create a symlink in the include dir
 add_custom_command(TARGET caf_mpi
   POST_BUILD
-  COMMAND ${CMAKE_COMMAND} -E create_symlink "./${mod_dir_tail}/opencoarrays.mod" "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/opencaorrays.mod"
-  COMMENT "Creating symlink ${CMAKE_INSTALL_INCLUDEDIR}/opencaorrays.mod --> ${CMAKE_INSTALL_INCLUDEDIR}/${mod_dir_tail}/opencoarrays.mod")
+  COMMAND ${CMAKE_COMMAND} -E create_symlink "./${mod_dir_tail}/opencoarrays.mod" "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/opencoarrays.mod"
+  COMMENT "Creating symlink ${CMAKE_INSTALL_INCLUDEDIR}/opencoarrays.mod --> ${CMAKE_INSTALL_INCLUDEDIR}/${mod_dir_tail}/opencoarrays.mod")
 
 install(DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
   FILES_MATCHING PATTERN "*.mod")
@zbeekman
Copy link
Collaborator

Good catch, thanks @ascmplx. Someday I'll learn to type 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant