Skip to content

Commit

Permalink
BUILD: MT module name was still CEST
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed Jun 18, 2018
1 parent cd9e62e commit 4ff8495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/MT/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
option( BUILD_CEST "Build the MT Programs" ON )
if( ${BUILD_CEST} )
option( BUILD_MT "Build the MT Programs" ON )
if( ${BUILD_MT} )
set( PROGRAMS
qi_mtasym qi_lorentzian qi_dipolar_mtr )

Expand Down

0 comments on commit 4ff8495

Please sign in to comment.