We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0962f4a commit 575920aCopy full SHA for 575920a
cpp/bin/torchtrtc/CMakeLists.txt
@@ -22,4 +22,4 @@ target_include_directories(${executable_name}
22
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>"
23
)
24
25
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${executable_name} DESTINATION "${CMAKE_INSTALL_BINDIR}")
+install(TARGETS ${executable_name} RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
0 commit comments