Skip to content

Commit

Permalink
fix Windows registry install path
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jan 12, 2021
1 parent e315129 commit 208f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindLibSDRplay.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(NOT LIBSDRPLAY_FOUND)
# pkg_check_modules (LIBSDRPLAY_PKG libsdrplay)

IF(WIN32)
GET_FILENAME_COMPONENT(SDRPLAY_API_DIR "[HKEY_LOCAL_MACHINE\\SOFTWARE\\SDRplay\\API;Install_Dir]" ABSOLUTE)
GET_FILENAME_COMPONENT(SDRPLAY_API_DIR "[HKEY_LOCAL_MACHINE\\SOFTWARE\\SDRplay\\Service\\API;Install_Dir]" ABSOLUTE)

if( CMAKE_SIZEOF_VOID_P EQUAL 8 )
MESSAGE( "64 bit compiler detected" )
Expand Down

0 comments on commit 208f95d

Please sign in to comment.