Skip to content
Snippets Groups Projects
Commit 0da9fd83 authored by FU Chengdong's avatar FU Chengdong
Browse files

BUILD_WITH_T0_FIT default OFF

parent 5b643cb2
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,9 @@ INCLUDE( MacroRootDict ) ...@@ -43,8 +43,9 @@ INCLUDE( MacroRootDict )
#---- use 5 or 6 dimensional track state: #---- use 5 or 6 dimensional track state:
IF( NOT DEFINED BUILD_WITH_T0_FIT ) IF( NOT DEFINED BUILD_WITH_T0_FIT )
OPTION( BUILD_WITH_T0_FIT "Set to ON to build with t0 fit (kSdim=6)" ON ) OPTION( BUILD_WITH_T0_FIT "Set to ON to build with t0 fit (kSdim=6)" OFF )
ENDIF() ENDIF()
MESSAGE( STATUS "BUILD_WITH_T0_FIT = ${BUILD_WITH_T0_FIT}" )
IF( NOT BUILD_WITH_T0_FIT) IF( NOT BUILD_WITH_T0_FIT)
ADD_DEFINITIONS( -D __NOT0__ ) ADD_DEFINITIONS( -D __NOT0__ )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment