summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmake/opentrack-boilerplate.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index de6330a6..8efc6129 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -116,7 +116,7 @@ function(opentrack_is_target_c_only ret srcs)
endfunction()
function(opentrack_install_pdb_current_project)
- if(MSVC)
+ if(MSVC AND FALSE)
file(GLOB_RECURSE pdbs "${CMAKE_CURRENT_BINARY_DIR}/*.pdb")
install(FILES ${pdbs} DESTINATION "${subdir}" ${opentrack-perms})
endif()