Skip to content

Commit

Permalink
Fix mis-reference to SYMSRV_GLOB (#2291)
Browse files Browse the repository at this point in the history
Fixes a missing $ for a variable reference for setting up the symsrv search paths.
  • Loading branch information
rixtox authored Mar 31, 2020
1 parent 7621257 commit 2d1e0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ if (WIN32)
set(SYMSRV_GLOB "" CACHE STRING
"Preferred path for dbghelp.dll with wildcard expansion")
set(symsrv_paths
"{SYMSRV_GLOB}"
"${SYMSRV_GLOB}"
"${PROGFILES32}/Windows Kits/*/Debuggers/${ARCH_SFX}/symsrv.dll"
# In case if SDK is not installed and we have Visual Studio, symsrv.dll may be found in the
# same place as dbghelp.dll (see comment for dbghelp.dll) (xref i#1956).
Expand Down

0 comments on commit 2d1e0a5

Please sign in to comment.