Skip to content

Commit

Permalink
W
Browse files Browse the repository at this point in the history
  • Loading branch information
dracwyrm committed Jan 22, 2018
1 parent 6c4802c commit d3ea38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ endif()
find_package( AcesContainer )
if (AcesContainer_FOUND)
message( STATUS "Found AcesContainer, version ${AcesContainer_VERSION}" )
else()
else()
if ( PKG_CONFIG_FOUND )
pkg_check_modules( AcesContainer AcesContainer )
else()
else()
message( WARNING "Unable to find AcesContainer libraries, disabling" )
endif()
endif()

0 comments on commit d3ea38d

Please sign in to comment.