Skip to content

Commit

Permalink
Fix VS debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
H0zen committed Apr 11, 2018
1 parent 4a371ee commit d3123b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/framework/GameSystem/TypeContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class TypeUnorderedMapContainer
}
else
{
assert(i->second == object && "Object with certain key already in but objects are different!");
assert(_element[handle] == object && "Object with certain key already in but objects are different!");
return false;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/mangosd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/mangosd.conf.dist.in ${CMAKE_CURRENT_
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/mangosd.conf.dist DESTINATION ${CONF_INSTALL_DIR})

if(WIN32 AND MSVC)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/\${BUILD_TYPE}/${EXECUTABLE_NAME}.pdb" DESTINATION "${BIN_DIR}" CONFIGURATIONS Debug)
install(FILES $<TARGET_PDB_FILE:${EXECUTABLE_NAME}> DESTINATION ${BIN_DIR} OPTIONAL)
endif()
2 changes: 1 addition & 1 deletion src/realmd
Submodule realmd updated 1 files
+1 −1 CMakeLists.txt

0 comments on commit d3123b9

Please sign in to comment.