From 124aeeb8cf7f4bd78dcf3c7a28a99efea05ef4b3 Mon Sep 17 00:00:00 2001 From: Meow King Date: Sun, 4 Aug 2024 17:15:17 +0800 Subject: [PATCH] test(ci): macos --- CMakeLists.txt | 2 -- src/llvm/Core/enum.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99cf6ae..0f2c488 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,6 @@ if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo") endif() -message(WARNING ${CMAKE_EXE_LINKER_FLAGS}) - # Try to import all Python components potentially needed by nanobind find_package(Python 3.8 REQUIRED COMPONENTS Interpreter Development.Module diff --git a/src/llvm/Core/enum.cpp b/src/llvm/Core/enum.cpp index 5fb108d..d9eff46 100644 --- a/src/llvm/Core/enum.cpp +++ b/src/llvm/Core/enum.cpp @@ -1,4 +1,4 @@ -#include "Core/enum.h" +#include "enum.h" #include #include "../_types.h"