Navigation Menu

Skip to content

Commit

Permalink
cmake: use relative path
Browse files Browse the repository at this point in the history
Absolute path isn't required here.
  • Loading branch information
kenhys committed Jun 26, 2013
1 parent e0f3027 commit c30be78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -30,7 +30,7 @@ if(GROONGA_NORMALIZER_MYSQL_BUNDLED)
set(GROONGA_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/include")
set(GROONGA_LIBRARY_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/lib")
set(GROONGA_LIBRARIES "libgroonga")
set(GROONGA_PLUGINS_DIR "${GRN_PLUGINS_DIR}")
set(GROONGA_PLUGINS_DIR "${GRN_RELATIVE_PLUGINS_DIR}")
else()
include(FindPkgConfig)
include(${CMAKE_CURRENT_SOURCE_DIR}/build/cmake_modules/ReadFileList.cmake)
Expand Down

0 comments on commit c30be78

Please sign in to comment.