Fix damage done by automatic search-and-replace

This commit is contained in:
Benoit Jacob
2007-11-25 22:05:49 +00:00
parent 49c78643da
commit f14712a1a3
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ SET(INCLUDE_INSTALL_DIR
FORCE)
INSTALL(FILES
${gen_SRCS}
${Eigen_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}
)

View File

@@ -1,6 +1,6 @@
FILE(GLOB Eigen_Core_SRCS "*.h")
INSTALL(FILES
${gen_Core_SRCS}
${Eigen_Core_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Core
)