Skip to content

Commit

Permalink
Merge pull request #20 from alicevision/cmake/upgradeIlmBase
Browse files Browse the repository at this point in the history
[cmake] upgrade ilmbase dependency
  • Loading branch information
fabiencastan authored Jun 3, 2022
2 parents 5a0b9f5 + bb4a752 commit 9e88f33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 197 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ project(alembicEntityQmlPlugin LANGUAGES CXX VERSION 0.1.0)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# CMake Find modules
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

# Qt dependency
if(POLICY CMP0043)
cmake_policy(SET CMP0043 OLD)
Expand All @@ -25,7 +22,4 @@ add_definitions(-DQT_NO_KEYWORDS)
# Alembic dependency
find_package(Alembic 1.7 REQUIRED)

# Add missing include path to IlmBase/OpenEXR include folder
find_package(IlmBase REQUIRED)

add_subdirectory(src)
191 changes: 0 additions & 191 deletions cmake/FindIlmBase.cmake

This file was deleted.

0 comments on commit 9e88f33

Please sign in to comment.