aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-16 03:48:49 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-16 03:48:49 +0000
commit50105c3ed6a339faee730b22345241907a43fd6d (patch)
tree3cda293eb93d304d3c703020a31f81c5f6baf617 /CMakeLists.txt
parent0a220721d11880170495e0770d2bdc28b588e489 (diff)
Hopefully fix compilation of SSE Packetmath with MSVC.
The reason why we didn't realize until now that it didn't compile at all with MSVC is that before today with MSVC the SSE2 detection didn't work.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06f8a3f9b..b407d78d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
project(Eigen)
-set(EIGEN_VERSION_NUMBER "2.0-beta2")
+set(EIGEN_VERSION_NUMBER "2.0-beta3")
#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
#but won't stop CMake.