From 1103fcb26596ab0837f27b90945aa7cdac1d5941 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 21 Sep 2016 13:24:32 +0200 Subject: cmake: don't install .pdb for now They're big as hell and take too much time to compress. --- cmake/opentrack-boilerplate.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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() -- cgit v1.2.3