Skip to content

Commit

Permalink
CMake: Fix tinyfiledialogs clone error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremoreau committed Jun 13, 2019
1 parent 902c7f2 commit afb3784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/InstallTinyFileDialogs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (NOT EXISTS ${tinyfiledialogs_SOURCE_DIR})
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dependencies
)
if (result)
message (FATAL_ERROR "Failed to clone assimp: ${result}\n"
message (FATAL_ERROR "Failed to clone tinyfiledialogs: ${result}\n"
"Error output: ${stderr}")
endif ()
endif ()
Expand Down

0 comments on commit afb3784

Please sign in to comment.