Skip to content

Commit

Permalink
fix finding tiffio.h cmake&clang on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Apr 22, 2019
1 parent 3ec7c22 commit b7065e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -182,6 +182,7 @@ add_definitions(-DHAVE_CONFIG_H)
if(GRAPHICS_DISABLED)
message("ScrollView debugging disabled.")
endif()
set (CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} "${CMAKE_PREFIX_PATH}/include" "${CMAKE_INSTALL_PREFIX}/include")
include(Configure)

configure_file(${AUTOCONFIG_SRC} ${AUTOCONFIG} @ONLY)
Expand Down

0 comments on commit b7065e2

Please sign in to comment.