Skip to content

Commit c729891

Browse files
EtienneArjorisv
authored andcommitted
Update CMakeLists.txt
Co-authored-by: Joris Vaillant <[email protected]>
1 parent e39969e commit c729891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ if(ALIGATOR_TRACY_ENABLE)
324324
else()
325325
# assume it is installed somewhere
326326
ADD_PROJECT_DEPENDENCY(Tracy)
327-
if(NOT ${tracy_FOUND})
327+
if(NOT ${Tracy_FOUND})
328328
message(
329329
FATAL_ERROR
330330
"Aligator support for tracy is enabled, but tracy was not found on your system."

0 commit comments

Comments
 (0)