Skip to content

Commit

Permalink
Add public pdb openvinotoolkit#2
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszJanuszkiewicz committed Jun 1, 2023
1 parent 44f131e commit b6f1890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/developer_package/plugins/plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function(ov_add_plugin)

if(WIN32)
set_target_properties(${OV_PLUGIN_NAME} PROPERTIES COMPILE_PDB_NAME ${OV_PLUGIN_NAME})
target_link_options(${IE_PLUGIN_NAME} PRIVATE /PDBALTPATH:$<TARGET_PDB_FILE_NAME:${IE_PLUGIN_NAME}>)
target_link_options(${OV_PLUGIN_NAME} PRIVATE /PDBALTPATH:$<TARGET_PDB_FILE_NAME:${OV_PLUGIN_NAME}>)
endif()

if(CMAKE_COMPILER_IS_GNUCXX AND NOT CMAKE_CROSSCOMPILING)
Expand Down

0 comments on commit b6f1890

Please sign in to comment.