From ad6bc39dc1804b1c48ddb056872490b76c1baacd Mon Sep 17 00:00:00 2001 From: Zeex Date: Mon, 1 May 2017 12:34:29 +0600 Subject: [PATCH] Remove ARCHIVE files from package This created an unnecessary pawnc.lib file in the lib folder. It's not required to use the compiler. See #166. --- source/compiler/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/compiler/CMakeLists.txt b/source/compiler/CMakeLists.txt index d283922..9e6d4b5 100644 --- a/source/compiler/CMakeLists.txt +++ b/source/compiler/CMakeLists.txt @@ -139,8 +139,7 @@ endif() # Install compiler and disassembler binaries install(TARGETS pawnc pawncc pawndisasm RUNTIME DESTINATION bin - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib) + LIBRARY DESTINATION lib) if(MSVC) # If building with Microsoft Visual C++ also install corresponding # Program Database files (for debugging)