From ea94edd14043e4f113c60c468e5ce453a85c8687 Mon Sep 17 00:00:00 2001 From: Pratyush Das Date: Tue, 20 Oct 2020 20:33:53 +0530 Subject: [PATCH] x --- tools/plugins/example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plugins/example/CMakeLists.txt b/tools/plugins/example/CMakeLists.txt index c7f0e5544..a60148d90 100644 --- a/tools/plugins/example/CMakeLists.txt +++ b/tools/plugins/example/CMakeLists.txt @@ -20,7 +20,7 @@ elseif(NOT MSVC) endif() target_compile_options(clingDemoPlugin PUBLIC -DLLVMDIR="${LLVM_INSTALL_PREFIX}" -I${LLVM_INSTALL_PREFIX}/include) -target_compile_options(clingDemoPlugin PUBLIC -DCLANGDIR="${CLANG_INSTALL_PREFIX}" -I${CLANG_INSTALL_PREFIX}/include} +target_compile_options(clingDemoPlugin PUBLIC -DCLANGDIR="${CLANG_INSTALL_PREFIX}" -I${CLANG_INSTALL_PREFIX}/include) set_target_properties(clingDemoPlugin PROPERTIES ENABLE_EXPORTS 1)