Navigation Menu

Skip to content

Commit

Permalink
cmake: fix wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2013
1 parent cb30646 commit d9d808d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -259,7 +259,7 @@ if(NOT EXISTS "${MRN_TEST_SUITE_DIR}")
set(MRN_TEST_SUITE_DIR "${PROJECT_SOURCE_DIR}/test/sql/suite/mroonga")
endif()
configure_file(
"${PROJECT_SOURCE_DIR}/test/sql/suite/mroonga/storage/information_schema/r/plugins.result.in"
"${MRN_TEST_SUITE_DIR}/storage/information_schema/r/plugins.result.in"
"${MRN_TEST_SUITE_DIR}/storage/information_schema/r/plugins.result"
NEWLINE_STYLE LF)

Expand Down

0 comments on commit d9d808d

Please sign in to comment.