[Rcpp-commits] r3493 - in pkg/RcppEigen/inst/include/Eigen/src: . Cholesky
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 8 19:19:03 CET 2012
Author: dmbates
Date: 2012-03-08 19:19:02 +0100 (Thu, 08 Mar 2012)
New Revision: 3493
Removed:
pkg/RcppEigen/inst/include/Eigen/src/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/Cholesky/CMakeLists.txt
Log:
Remove the CMakeLists.txt files
Deleted: pkg/RcppEigen/inst/include/Eigen/src/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/CMakeLists.txt 2012-03-08 18:18:36 UTC (rev 3492)
+++ pkg/RcppEigen/inst/include/Eigen/src/CMakeLists.txt 2012-03-08 18:19:02 UTC (rev 3493)
@@ -1,7 +0,0 @@
-file(GLOB Eigen_src_subdirectories "*")
-escape_string_as_regex(ESCAPED_CMAKE_CURRENT_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
-foreach(f ${Eigen_src_subdirectories})
- if(NOT f MATCHES "\\.txt" AND NOT f MATCHES "${ESCAPED_CMAKE_CURRENT_SOURCE_DIR}/[.].+" )
- add_subdirectory(${f})
- endif()
-endforeach()
Deleted: pkg/RcppEigen/inst/include/Eigen/src/Cholesky/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/Cholesky/CMakeLists.txt 2012-03-08 18:18:36 UTC (rev 3492)
+++ pkg/RcppEigen/inst/include/Eigen/src/Cholesky/CMakeLists.txt 2012-03-08 18:19:02 UTC (rev 3493)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_Cholesky_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_Cholesky_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Cholesky COMPONENT Devel
- )
More information about the Rcpp-commits
mailing list