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

Removed TARGET_LINK_LIBRARIES and SET_TARGET_PROPERTIES from CMakeLists.txt in...

Removed TARGET_LINK_LIBRARIES and SET_TARGET_PROPERTIES from CMakeLists.txt in the benchmark of traversers

[ci skip]
parent 2c674bba
No related branches found
No related tags found
1 merge request!20Traversers optimizations
......@@ -2,11 +2,8 @@
#if( BUILD_CUDA )
# CUDA_ADD_EXECUTABLE( tnl-benchmark-traversers tnl-benchmark-traversers.cu )
# TARGET_LINK_LIBRARIES( tnl-benchmark-traversers tnl ${CUDA_cusparse_LIBRARY} )
#else()
# ADD_EXECUTABLE( tnl-benchmark-traversers tnl-benchmark-traversers.cpp )
# TARGET_LINK_LIBRARIES( tnl-benchmark-traversers tnl )
#endif()
#SET_TARGET_PROPERTIES( tnl-benchmark-traversers PROPERTIES COMPILE_OPTIONS "-g" )
#install( TARGETS tnl-benchmark-traversers RUNTIME DESTINATION bin )
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