Skip to content

Commit

Permalink
Correction for CMake folder target.
Browse files Browse the repository at this point in the history
Refs #9559
  • Loading branch information
martyngigg committed Jun 2, 2014
1 parent 334175b commit 315b453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/qtassistant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ find_program ( DVIPNG_EXE dvipng )
POST_BUILD
COMMAND ${CMAKE_COMMAND} ARGS -E copy_directory ${HELP_OUT_DIR} ${HELP_BIN_OUT_DIR}
)
set_property ( TARGET ${TARGET_PREFIX}-test PROPERTY FOLDER "Documentation" )
set_property ( TARGET qtassistant PROPERTY FOLDER "Documentation" )

###########################################################################################
# Installation settings
Expand Down

0 comments on commit 315b453

Please sign in to comment.