diff options
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 00ce324..6c1e904 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,6 @@ if(MINGW) endif() install(TARGETS privilege_check RUNTIME DESTINATION bin) -if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") - install(FILES "$<TARGET_PDB_FILE:privilege_check>" DESTINATION bin OPTIONAL) -endif() +install_pdbs(TARGETS privilege_check DESTINATION bin) install(FILES README.md LICENSE.txt DESTINATION share) |