Skip to content

Commit

Permalink
Moved pc.in files to cmake/
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Thompson <oxt3479@rit.edu>
  • Loading branch information
oxt3479 committed Jul 28, 2020
1 parent 3fbb629 commit 6fab22a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if(OPENEXR_INSTALL_PKG_CONFIG)
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
)
endfunction()
openexr_pkg_config_help(../OpenEXR.pc.in)
openexr_pkg_config_help(./OpenEXR.pc.in)
endif()

# The main export of the configuration - This is the
Expand Down Expand Up @@ -210,7 +210,7 @@ if(ILMBASE_INSTALL_PKG_CONFIG)
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
)
endfunction()
ilmbase_pkg_config_help(../IlmBase.pc.in)
ilmbase_pkg_config_help(./IlmBase.pc.in)
else()
message(NOTICE "-- WARNING pkg-config generation disabled")
endif()
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6fab22a

Please sign in to comment.