Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:branches:windows:mingw:win64
mingw64-lucene++
fix-build.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-build.diff of Package mingw64-lucene++
--- LucenePlusPlus-rel_3.0.7/CMakeLists.txt 2015-01-30 17:14:22.000000000 +0100 +++ LucenePlusPlus-rel_3.0.7/CMakeLists.txt 2017-07-19 01:30:23.437083795 +0200 @@ -15,11 +15,6 @@ # include specific modules set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") -#################################### -# pre-compiled headers support -#################################### -include(cotire) - # if setup using the Toolchain-llvm.cmake file, then use llvm... if(ENABLE_LLVM) include(Toolchain-llvm) --- LucenePlusPlus-rel_3.0.7/src/contrib/CMakeLists.txt 2015-01-30 17:14:22.000000000 +0100 +++ LucenePlusPlus-rel_3.0.7/src/contrib/CMakeLists.txt 2017-07-19 01:35:13.604649890 +0200 @@ -50,9 +50,9 @@ lucene++ ) -cotire(lucene++-contrib) - install(TARGETS lucene++-contrib - DESTINATION "${LIB_DESTINATION}" + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT runtime ) --- LucenePlusPlus-rel_3.0.7/src/core/CMakeLists.txt 2015-01-30 17:14:22.000000000 +0100 +++ LucenePlusPlus-rel_3.0.7/src/core/CMakeLists.txt 2017-07-19 01:35:13.604649890 +0200 @@ -38,9 +38,6 @@ target_link_libraries(lucene++ ws2_32) endif() -set_target_properties(lucene++ PROPERTIES COTIRE_CXX_PREFIX_HEADER_INIT "include/LuceneInc.h") -cotire(lucene++) - set_target_properties(lucene++ PROPERTIES VERSION ${lucene++_VERSION} SOVERSION ${lucene++_SOVERSION} @@ -52,6 +49,8 @@ ) install(TARGETS lucene++ - DESTINATION "${LIB_DESTINATION}" + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT runtime ) --- LucenePlusPlus-rel_3.0.7/src/test/CMakeLists.txt 2015-01-30 17:14:22.000000000 +0100 +++ LucenePlusPlus-rel_3.0.7/src/test/CMakeLists.txt 2017-07-19 01:34:06.605081670 +0200 @@ -51,4 +51,3 @@ ${lucene_boost_libs} ) -cotire(lucene++-tester)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor