Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 4c005e5

Browse files
author
jan.kneschke@oracle.com
committed
fixed typo
1 parent b975072 commit 4c005e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ChassisPlugin.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MACRO(CHASSIS_PLUGIN_INSTALL _plugin_name)
1414
)
1515
## install the .pdb too
1616
IF(CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo")
17-
STRING(REPLACE ${CMAKE_SHARED_LIBRARY_PREFIX} ".pdb" pdb_location ${built_location})
17+
STRING(REPLACE ${CMAKE_SHARED_LIBRARY_SUFFIX} ".pdb" pdb_location ${built_location})
1818
INSTALL(FILES
1919
${pdb_location}
2020
DESTINATION bin

0 commit comments

Comments
 (0)