Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 528550 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
In the next release this might become possible, after commit 83356d9681fb52
In the next release this might become possible, after commit 83356d9681fb52
1
https://github.com/luceneplusplus/LucenePlusPlus/commit/83356d9681fb52a4c190d2cf033279006c1bf57d
1
https://github.com/luceneplusplus/LucenePlusPlus/commit/83356d9681fb52a4c190d2cf033279006c1bf57d
2
-- a/CMakeExternal.txt
2
++ b/CMakeExternal.txt
Lines 1-5 Link Here
1
# Enable ExternalProject CMake module
1
# Enable ExternalProject CMake module
2
include(ExternalProject)
2
include(ExternalProject)
3
find_package(Subversion REQUIRED)
3
4
4
# main directory for external projects
5
# main directory for external projects
5
set_directory_properties(PROPERTIES EP_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ThirdParty)
6
set_directory_properties(PROPERTIES EP_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ThirdParty)
6
-- a/CMakeLists.txt
7
++ b/CMakeLists.txt
Lines 49-55 Link Here
49
# bootstrap
49
# bootstrap
50
####################################
50
####################################
51
51
52
find_package(Subversion REQUIRED)
53
find_package(Threads REQUIRED)
52
find_package(Threads REQUIRED)
54
find_package(Boost COMPONENTS
53
find_package(Boost COMPONENTS
55
  date_time
54
  date_time
Lines 114-126 Link Here
114
  ${CMAKE_CURRENT_BINARY_DIR}/include
113
  ${CMAKE_CURRENT_BINARY_DIR}/include
115
)
114
)
116
115
117
include(CMakeExternal.txt)
116
#include(CMakeExternal.txt)
118
enable_testing()
117
#enable_testing()
119
118
120
add_subdirectory(src/core)
119
add_subdirectory(src/core)
121
add_subdirectory(src/contrib)
120
add_subdirectory(src/contrib)
122
#add_subdirectory(src/demo)
121
#add_subdirectory(src/demo)
123
add_subdirectory(src/test)
122
#add_subdirectory(src/test)
124
123
125
#################################
124
#################################
126
# install pkg-config file
125
# install pkg-config file

Return to bug 528550