File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
prefix =@CMAKE_INSTALL_PREFIX@
2
2
exec_prefix=${prefix}/bin
3
- libdir=${prefix}/ @LIB_DESTINATION@
3
+ libdir=@LIB_DESTINATION@
4
4
includedir=${prefix}/include/lucene++
5
5
lib=lucene++-contrib
6
6
7
7
Name : liblucene++-contrib
8
8
Description: Contributions for Lucene++ - a C++ search engine, ported from the popular Apache Lucene
9
9
Version : @LUCENE++_VERSION@
10
- Libs: -L${prefix}/ @LIB_DESTINATION@/ -l${lib}
10
+ Libs: -L@LIB_DESTINATION@/ -l${lib}
11
11
Cflags: -I${includedir}
12
12
Requires: liblucene++=@LUCENE++_VERSION@
13
13
~
Original file line number Diff line number Diff line change 1
1
prefix =@CMAKE_INSTALL_PREFIX@
2
2
exec_prefix=${prefix}/bin
3
- libdir=${prefix}/ @LIB_DESTINATION@
3
+ libdir=@LIB_DESTINATION@
4
4
includedir=${prefix}/include/lucene++
5
5
lib=lucene++
6
6
7
7
Name : liblucene++
8
8
Description: Lucene++ - a C++ search engine, ported from the popular Apache Lucene
9
9
Version : @LUCENE++_VERSION@
10
- Libs: -L${prefix}/ @LIB_DESTINATION@/ -l${lib}
10
+ Libs: -L@LIB_DESTINATION@ -l${lib}
11
11
Cflags: -I${includedir}
12
12
~
13
13
You can’t perform that action at this time.
0 commit comments