diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-12 11:42:53 -0500 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-12 11:42:53 -0500 |
| commit | 5406a040fbf51bec372612a147aea1f80acf97be (patch) | |
| tree | 195932e2692084e48ee81ce91f62579c78e31bf3 | |
| parent | 77421d2eed152ed2d1481aa77999d015444937c9 (diff) | |
| download | box64-5406a040fbf51bec372612a147aea1f80acf97be.tar.gz box64-5406a040fbf51bec372612a147aea1f80acf97be.zip | |
Name Trace build as box64 (remove the trailing t)
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |