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"