mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
restart Eigen2 development from scratch.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
project(Eigen)
|
||||
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
|
||||
|
||||
OPTION(BUILD_TESTS "Build tests" OFF)
|
||||
OPTION(BUILD_EXAMPLES "Build examples" OFF)
|
||||
|
||||
@@ -16,4 +14,3 @@ endif (CMAKE_COMPILER_IS_GNUCXX)
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} )
|
||||
|
||||
add_subdirectory(tvmet-1.7.1)
|
||||
|
||||
Reference in New Issue
Block a user