From ace731e94d458cec9cb7677f7359ff56e910013d Mon Sep 17 00:00:00 2001 From: _xeroxz <_xeroxz@back.engineer> Date: Mon, 10 Jan 2022 22:51:58 -0800 Subject: [PATCH] ran cmkr so that cmake configures to build x86 only... --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6278f4..6669c8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,8 @@ if(CMKR_ROOT_PROJECT) configure_file(cmake.toml cmake.toml COPYONLY) endif() + set(UNICORN_ARCH x86) + project(vmprofiler) # deps