Skip to content

Commit

Permalink
s/CLANG_INCLUDE_DIRS/CLANG_INCLUDE_DIR
Browse files Browse the repository at this point in the history
Patch by albert
  • Loading branch information
Sergio Martins authored and iamsergio committed Sep 8, 2015
1 parent 50765ea commit e780ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (ClangLazy)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
find_package(Clang 3.6 MODULE REQUIRED)
include_directories(${CLANG_INCLUDE_DIRS})
include_directories(${CLANG_INCLUDE_DIR})

set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin )
set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib )
Expand Down

0 comments on commit e780ee7

Please sign in to comment.