Navigation Menu

Skip to content

Commit

Permalink
Remove a needless space before open parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 20, 2012
1 parent 7cd21ef commit 7b14be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -118,12 +118,12 @@ link_directories(

install(TARGETS ha_mroonga DESTINATION "${MYSQL_PLUGIN_DIR}")

configure_file (
configure_file(
"${PROJECT_SOURCE_DIR}/mrn_version.h.in"
"${PROJECT_BINARY_DIR}/mrn_version.h"
)

configure_file (
configure_file(
"${PROJECT_SOURCE_DIR}/config.sh.in"
"${PROJECT_BINARY_DIR}/config.sh"
)

0 comments on commit 7b14be5

Please sign in to comment.