Skip to content

Commit

Permalink
MSVC: Fix linking error when 3Dconnexion support is set to 'Raw input'
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer authored and chennes committed Dec 20, 2024
1 parent 173ff4d commit cad2f33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ macro(InitializeFreeCADBuildOptions)
elseif(FREECAD_3DCONNEXION_SUPPORT STREQUAL "Both" AND FREECAD_USE_3DCONNEXION)
set(FREECAD_USE_3DCONNEXION_NAVLIB ON)
set(FREECAD_USE_3DCONNEXION_RAWINPUT ON)
elseif(FREECAD_3DCONNEXION_SUPPORT STREQUAL "Raw input" AND FREECAD_USE_3DCONNEXION)
set(FREECAD_USE_3DCONNEXION_RAWINPUT ON)
endif()

if(MSVC)
Expand Down

0 comments on commit cad2f33

Please sign in to comment.