From 5406a040fbf51bec372612a147aea1f80acf97be Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 12 Jul 2021 11:42:53 -0500 Subject: Name Trace build as box64 (remove the trailing t) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1760c849..2bff8e5f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ if(NOGIT) endif() if(HAVE_TRACE) - set(BOX64 box64t) + set(BOX64 box64) else() set(BOX64 box64) endif() -- cgit 1.4.1