Skip to content
Snippets Groups Projects
Commit 462351ca authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Re-enabled installation of tnl-cuda-arch

The link provided in the comment is not related - tnl-cuda-arch is not
built as a static binary.

Anyway, I don't see any problem with this. Either fix it properly or at
least file a full bug report on Gitlab. Upgrading cmake on your system
might also help...
parent 25b966e4
No related branches found
No related tags found
No related merge requests found
......@@ -36,10 +36,9 @@ target_link_libraries( tnl-functions-benchmark tnl )
IF( BUILD_CUDA )
CUDA_ADD_EXECUTABLE( tnl-cuda-arch tnl-cuda-arch.cu )
# TODO: Fix this -- https://cmake.org/pipermail/cmake/2013-September/055755.html
# INSTALL( TARGETS tnl-cuda-arch
# RUNTIME DESTINATION bin
# PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE )
INSTALL( TARGETS tnl-cuda-arch
RUNTIME DESTINATION bin
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE )
ENDIF()
INSTALL( TARGETS tnl-init
......
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