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
Branches
Tags
No related merge requests found
...@@ -25,3 +25,10 @@ add_custom_target(tngio_comp ALL ...@@ -25,3 +25,10 @@ add_custom_target(tngio_comp ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/tng 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.
Please register or to comment