Skip to content

Commit

Permalink
Fix the bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Jun 10, 2020
1 parent 2277356 commit 5e69713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ list(REMOVE_ITEM CMAKE_CXX_FLAGS "-fno-exceptions")
string (REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
message(STATUS "binder: LLVMSO=${LLVMSO}")
message(STATUS "binder: CMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS}")
if ( (LLVM_VERSION_MAJOR GREATER 3) AND (LLVM_VERSION_MAJOR LESS 8) ) )
if ( (LLVM_VERSION_MAJOR GREATER 3) AND (LLVM_VERSION_MAJOR LESS 8) )
target_link_libraries(binder PRIVATE
${lib_llvm_so_path}
clangAST
Expand Down

0 comments on commit 5e69713

Please sign in to comment.