From 769fade4cf4799cd07b9b4ad76eaf662f306362b Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Sun, 28 Feb 2021 06:59:06 +0000 Subject: [PATCH] Fixed small typo "htat" -> "that" --- qrenderdoc/Code/pyrenderdoc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Code/pyrenderdoc/CMakeLists.txt b/qrenderdoc/Code/pyrenderdoc/CMakeLists.txt index b90209a42..c60c6ea27 100644 --- a/qrenderdoc/Code/pyrenderdoc/CMakeLists.txt +++ b/qrenderdoc/Code/pyrenderdoc/CMakeLists.txt @@ -59,7 +59,7 @@ target_link_libraries(_qrenderdoc PRIVATE renderdoc) # Don't prefix with lib, python expects a bare .so. # Also rename to non-underscore due to this (We couldn't call the -# python library 'renderdoc' since htat would clash with the +# python library 'renderdoc' since that would clash with the # prefixed target) set_target_properties(_renderdoc PROPERTIES PREFIX "") set_target_properties(_qrenderdoc PROPERTIES PREFIX "")