mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 05:22:11 +02:00
Fix CHECKED_FOR_BUGSPLAT_ONCE
This commit is contained in:
parent
3355019cbe
commit
71b72aceb8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ macro(add_bugsplat)
|
|||
|
||||
if (NOT BUGSPLAT_CHECKED)
|
||||
find_package(BugSplat)
|
||||
set_property(GLOBAL PROPERTY CHECKED_FOR_NSIGHT_ONCE TRUE)
|
||||
set_property(GLOBAL PROPERTY CHECKED_FOR_BUGSPLAT_ONCE TRUE)
|
||||
endif ()
|
||||
|
||||
if (BUGSPLAT_FOUND)
|
||||
|
|
Loading…
Reference in a new issue