Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3951f96 commit 5d6e679Copy full SHA for 5d6e679
src/cli/CMakeLists.txt
@@ -53,4 +53,4 @@ if(MSVC_IDE)
53
set_source_files_properties(win32/precompiled.c COMPILE_FLAGS "/Ycprecompiled.h")
54
endif()
55
56
-install(TARGETS git2_cli EXPORT ${LIBGIT2_TARGETS_EXPORT_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
+install(TARGETS git2_cli RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
0 commit comments