mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fixed small typo "htat" -> "that"
This commit is contained in:
committed by
Baldur Karlsson
parent
1985d126c7
commit
769fade4cf
@@ -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 "")
|
||||
|
||||
Reference in New Issue
Block a user