Skip to content
Snippets Groups Projects
Commit 8bda178a authored by Berk Onat's avatar Berk Onat
Browse files

Adding Cmake fix for TNG lib64 path

parent 38a7cc22
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,10 @@ add_custom_target(tngio_comp ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/tng
)
ADD_CUSTOM_COMMAND(TARGET tng
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory ${TNG_INSTALL_DIR}/lib64 ${TNG_INSTALL_DIR}/lib
DEPENDS ${TNG_INSTALL_DIR}/lib64
COMMENT "Copying tng/lib64 to tng/lib"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment