We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39969e commit c729891Copy full SHA for c729891
CMakeLists.txt
@@ -324,7 +324,7 @@ if(ALIGATOR_TRACY_ENABLE)
324
else()
325
# assume it is installed somewhere
326
ADD_PROJECT_DEPENDENCY(Tracy)
327
- if(NOT ${tracy_FOUND})
+ if(NOT ${Tracy_FOUND})
328
message(
329
FATAL_ERROR
330
"Aligator support for tracy is enabled, but tracy was not found on your system."
0 commit comments