[Groonga-commit] groonga/groonga at 0f15a81 [master] cmake: install missing pdb

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 19 12:35:18 JST 2018


Kouhei Sutou	2018-02-19 12:35:18 +0900 (Mon, 19 Feb 2018)

  New Revision: 0f15a81c3d870d15a3cbb29bcb96edde45a59922
  https://github.com/groonga/groonga/commit/0f15a81c3d870d15a3cbb29bcb96edde45a59922

  Message:
    cmake: install missing pdb

  Modified files:
    vendor/lz4/CMakeLists.txt

  Modified: vendor/lz4/CMakeLists.txt (+4 -1)
===================================================================
--- vendor/lz4/CMakeLists.txt    2018-02-19 12:29:08 +0900 (27c2a0405)
+++ vendor/lz4/CMakeLists.txt    2018-02-19 12:35:18 +0900 (1d5ab55bd)
@@ -84,7 +84,10 @@ if(GRN_WITH_BUNDLED_LZ4)
     install(TARGETS lz4
       DESTINATION "${BIN_DIR}")
     if(MSVC AND CMAKE_VERSION VERSION_GREATER "3.1")
-      install(FILES $<TARGET_PDB_FILE:lz4>
+      install(
+	FILES
+	$<TARGET_PDB_FILE:liblz4>
+	$<TARGET_PDB_FILE:lz4>
 	DESTINATION "${BIN_DIR}"
 	OPTIONAL)
     endif()
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180219/f5b3f5e5/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index