mirror of
https://github.com/akheron/jansson.git
synced 2025-04-04 13:05:02 +00:00
Merge pull request #646 from Bigpet/patch-1
Remove unused ${SOURCE_DIR}/include include path
This commit is contained in:
commit
bde28463f8
1 changed files with 1 additions and 3 deletions
|
@ -602,9 +602,7 @@ foreach(p LIB BIN INCLUDE CMAKE)
|
|||
endforeach()
|
||||
|
||||
# Generate the config file for the build-tree.
|
||||
set(JANSSON__INCLUDE_DIRS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/include"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/include")
|
||||
set(JANSSON__INCLUDE_DIRS "${CMAKE_CURRENT_BINARY_DIR}/include")
|
||||
set(JANSSON_INCLUDE_DIRS ${JANSSON__INCLUDE_DIRS} CACHE PATH "Jansson include directories")
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/janssonConfig.cmake.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/janssonConfig.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue