Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
ad997b16
Commit
ad997b16
authored
Oct 11, 2018
by
David Neto
Committed by
Gennadiy Civil
Oct 11, 2018
Browse files
Merge 4c92120d6dedb4eeb499a8702faea0224e0a8b23 into
658c6390
Closes #1893 PiperOrigin-RevId: 216712426
parent
e7327c13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/cmake/internal_utils.cmake
googletest/cmake/internal_utils.cmake
+1
-1
No files found.
googletest/cmake/internal_utils.cmake
View file @
ad997b16
...
@@ -352,7 +352,7 @@ function(install_project)
...
@@ -352,7 +352,7 @@ function(install_project)
get_target_property
(
t_pdb_name_debug
${
t
}
COMPILE_PDB_NAME_DEBUG
)
get_target_property
(
t_pdb_name_debug
${
t
}
COMPILE_PDB_NAME_DEBUG
)
get_target_property
(
t_pdb_output_directory
${
t
}
PDB_OUTPUT_DIRECTORY
)
get_target_property
(
t_pdb_output_directory
${
t
}
PDB_OUTPUT_DIRECTORY
)
install
(
FILES
install
(
FILES
"
${
t_pdb_output_directory
}
/
\$
{CMAKE_INSTALL_CONFIG_NAME}/$<
IF:
$<CONFIG:Debug>
,
${
t_pdb_name_debug
}
,
${
t_pdb_name
}
>.pdb"
"
${
t_pdb_output_directory
}
/
\$
{CMAKE_INSTALL_CONFIG_NAME}/$<$<CONFIG:Debug>
:
${
t_pdb_name_debug
}
>$<$<NOT:$<CONFIG:Debug>>:
${
t_pdb_name
}
>.pdb"
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
OPTIONAL
)
OPTIONAL
)
endforeach
()
endforeach
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment