Skip to content

Commit

Permalink
CMake case sensitivity issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jan 10, 2021
1 parent 0d8663b commit 47aabe1
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 @@ -119,7 +119,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
$<INSTALL_INTERFACE:include>)

if(ENABLE_OPENEXR_SUPPORT)
find_package(openexr REQUIRED)
find_package(OpenEXR REQUIRED)
target_include_directories(${PROJECT_NAME} PRIVATE ${OPENEXR_INCLUDE_DIRS}/OpenEXR)
endif()

Expand Down

0 comments on commit 47aabe1

Please sign in to comment.