Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index f9765bd..0343ee2 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -14,6 +14,4 @@ target_link_libraries(client PRIVATE
Boost::program_options)
install(TARGETS client RUNTIME DESTINATION bin)
-if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
- install(FILES "$<TARGET_PDB_FILE:client>" DESTINATION bin OPTIONAL)
-endif()
+install_pdbs(TARGETS client DESTINATION bin)