Browse Source

[Minor] Another try to fix clang plugin build

tags/3.0
Vsevolod Stakhov 2 years ago
parent
commit
5466a0609d
2 changed files with 2 additions and 4 deletions
  1. 1
    4
      clang-plugin/CMakeLists.txt
  2. 1
    0
      contrib/robin-hood/robin_hood.h

+ 1
- 4
clang-plugin/CMakeLists.txt View File

@@ -14,10 +14,7 @@ IF (ENABLE_CLANG_PLUGIN MATCHES "ON")

find_package(Clang REQUIRED)

set(clang_libs
clangAST
clangBasic
clangFrontend)
set(clang_libs clang)

message(STATUS "Found LibClang in: ${CLANG_INSTALL_PREFIX}")
include_directories(${CLANG_INCLUDE_DIRS})

+ 1
- 0
contrib/robin-hood/robin_hood.h View File

@@ -42,6 +42,7 @@
#include <cstdlib>
#include <cstring>
#include <functional>
#include <limits>
#include <memory> // only to support hash of smart pointers
#include <stdexcept>
#include <string>

Loading…
Cancel
Save