[Groonga-commit] groonga/groonga [master] cmake: fix include directory

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 13日 (金) 17:09:48 JST


Kouhei Sutou	2012-07-13 17:09:48 +0900 (Fri, 13 Jul 2012)

  New Revision: 12ff95b700dcb0d90ca40d3df73e471db8ba24e7
  https://github.com/groonga/groonga/commit/12ff95b700dcb0d90ca40d3df73e471db8ba24e7

  Log:
    cmake: fix include directory

  Modified files:
    src/suggest/CMakeLists.txt

  Modified: src/suggest/CMakeLists.txt (+2 -1)
===================================================================
--- src/suggest/CMakeLists.txt    2012-07-13 13:39:37 +0900 (b90784e)
+++ src/suggest/CMakeLists.txt    2012-07-13 17:09:48 +0900 (61bf9cc)
@@ -13,6 +13,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+include_directories(${CMAKE_SOURCE_DIR}/lib)
+
 read_file_list(${CMAKE_CURRENT_SOURCE_DIR}/create_dataset_sources.am
   GROONGA_SUGGEST_CREATE_DATASET_SOURCES)
 add_executable(groonga-suggest-create-dataset
@@ -30,7 +32,6 @@ endif()
 
 if(WITH_SUGGEST_LEARNER)
   include_directories(
-    ${CMAKE_BINARY_DIR}/lib
     ${LIBEVENT_INCLUDE_DIRS}
     ${ZEROMQ_INCLUDE_DIRS}
     ${MESSAGE_PACK_INCLUDE_DIRS}
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index