Skip to content

Commit

Permalink
{cmake} Added fallback configuration for RelWithDebInfo and MinSizeRel (
Browse files Browse the repository at this point in the history
  • Loading branch information
artudi54 authored Mar 17, 2020
1 parent 3fc258e commit 18d670e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/E57Format-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ include(CMakeFindDependencyMacro)

find_dependency(XercesC REQUIRED)
include(${CMAKE_CURRENT_LIST_DIR}/E57Format-export.cmake)

set_target_properties(E57Format PROPERTIES
MAP_IMPORTED_CONFIG_MINSIZEREL "MinSizeRel;Release"
MAP_IMPORTED_CONFIG_RELWITHDEBINFO "RelWithDebInfo;Release"
)

0 comments on commit 18d670e

Please sign in to comment.