Skip to content

Commit

Permalink
fixed cmake for minsizerel
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiel committed Jul 13, 2016
1 parent 00e23b6 commit d83bc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/WinBuildTarget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ set_target_properties(${RDF_DLL_MODULE_NAME} PROPERTIES RELEASE_OUTPUT_NAME ${RD

# make RelWithDebInfo link against release instead of debug opencv dlls
set_target_properties(${OpenCV_LIBS} PROPERTIES MAP_IMPORTED_CONFIG_RELWITHDEBINFO RELEASE)
set_target_properties(${OpenCV_LIBS} PROPERTIES MAP_IMPORTED_CONFIG_MINSIZEREL RELEASE)

# create settings file for portable version while working
if(NOT EXISTS ${CMAKE_BINARY_DIR}/Release/rdf-settings.nfo)
Expand Down

0 comments on commit d83bc8d

Please sign in to comment.