Fixed small typo "htat" -> "that"

This commit is contained in:
Jake Turner
2021-02-28 06:59:06 +00:00
committed by Baldur Karlsson
parent 1985d126c7
commit 769fade4cf
+1 -1
View File
@@ -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 "")