From 84d1b2ae3a7187f418b1cbbec03eabda372ea699 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 19 Apr 2010 11:19:22 -0400 Subject: add platform check for how to link to the standard math library. This allows to support QNX. --- cmake/FindEigen3.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmake/FindEigen3.cmake') diff --git a/cmake/FindEigen3.cmake b/cmake/FindEigen3.cmake index b87ebff4b..9c546a05d 100644 --- a/cmake/FindEigen3.cmake +++ b/cmake/FindEigen3.cmake @@ -12,7 +12,8 @@ # Copyright (c) 2006, 2007 Montel Laurent, # Copyright (c) 2008, 2009 Gael Guennebaud, -# Redistribution and use is allowed according to the terms of the BSD license. +# Copyright (c) 2009 Benoit Jacob +# Redistribution and use is allowed according to the terms of the 2-clause BSD license. if(NOT Eigen3_FIND_VERSION) if(NOT Eigen3_FIND_VERSION_MAJOR) -- cgit v1.2.3