diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake index f14c954b025..47fc86c4f20 100644 --- a/build_files/cmake/macros.cmake +++ b/build_files/cmake/macros.cmake @@ -435,9 +435,6 @@ function(setup_liblinks if(WITH_MEM_JEMALLOC) target_link_libraries(${target} ${JEMALLOC_LIBRARIES}) endif() - if(WITH_INPUT_NDOF) - target_link_libraries(${target} ${NDOF_LIBRARIES}) - endif() if(WITH_MOD_CLOTH_ELTOPO) target_link_libraries(${target} ${LAPACK_LIBRARIES}) endif() @@ -451,6 +448,9 @@ function(setup_liblinks if(WITH_OPENMP_STATIC) target_link_libraries(${target} ${OpenMP_LIBRARIES}) endif() + if(WITH_INPUT_NDOF) + target_link_libraries(${target} ${NDOF_LIBRARIES}) + endif() endif() # We put CLEW and CUEW here because OPENSUBDIV_LIBRARIES dpeends on them.. @@ -661,10 +661,6 @@ function(SETUP_BLENDER_SORTED_LIBS) list(APPEND BLENDER_SORTED_LIBS bf_quicktime) endif() - if(WITH_INPUT_NDOF) - list(APPEND BLENDER_SORTED_LIBS bf_intern_ghostndof3dconnexion) - endif() - if(WITH_MOD_BOOLEAN) list(APPEND BLENDER_SORTED_LIBS extern_carve) endif() diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt index 4b828408e45..6f32d50c2fe 100644 --- a/source/blenderplayer/CMakeLists.txt +++ b/source/blenderplayer/CMakeLists.txt @@ -111,7 +111,6 @@ endif() ge_player_common bf_intern_string bf_intern_ghost - bf_intern_ghostndof3dconnexion bf_rna bf_blenkernel bf_depsgraph