Skip to content

Commit

Permalink
Fix problem with overriding SEPARATE_DOC_TESTS variable.
Browse files Browse the repository at this point in the history
Refs #9639
  • Loading branch information
martyngigg committed Jun 19, 2014
1 parent abaf594 commit bb42f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/CMakeLists.txt
Expand Up @@ -108,7 +108,7 @@ if ( SPHINX_FOUND )
# Add individual test targets for each file, if requested.
# They will require the Framework target to be built
###############################################################################
set ( SEPARATE_DOC_TESTS TRUE BOOL
set ( SEPARATE_DOC_TESTS TRUE CACHE BOOL
"If true, a separate test for each documentation file is added to ctest.")

if( SEPARATE_DOC_TESTS )
Expand Down

0 comments on commit bb42f6f

Please sign in to comment.