Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jan 22, 2015
1 parent d21519c commit 36f07fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DARTMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ endmacro()
macro(dt_issue_303 _name _output_name)
if (FILESYSTEM_CASE_SENSITIVE)
if (${DART_VERSION} VERSION_GREATER 4.3)
message(WARNING "Installing deprecated ${_name}.hh. This should be removed after DART 4.3")
message(WARNING "Installing deprecated ${_name}.h. This should be removed in DART 5.0.")
endif()
set(generated_file "${CMAKE_CURRENT_BINARY_DIR}/${_name}.h")
execute_process(
Expand Down

0 comments on commit 36f07fb

Please sign in to comment.