fixed Quaternion typo

release/4.3a0
Chris Beall 2012-04-24 15:49:55 +00:00
parent 9a1115c49b
commit b8c5bf4df9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ set (excluded_sources
"${CMAKE_CURRENT_SOURCE_DIR}/discrete/parseUAI.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/discrete/PotentialTable.cpp")
if(GSAM_USE_QUATERNIONS)
if(GTSAM_USE_QUATERNIONS)
set(excluded_sources ${excluded_sources} "${CMAKE_CURRENT_SOURCE_DIR}/geometry/Rot3M.cpp")
else()
set(excluded_sources ${excluded_sources} "${CMAKE_CURRENT_SOURCE_DIR}/geometry/Rot3Q.cpp")