Skip to content

Commit

Permalink
cmake: remove Eigen from sdk presets
Browse files Browse the repository at this point in the history
Related-to: #1844
  • Loading branch information
sthalik committed May 9, 2024
1 parent c53c763 commit dffe5a3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion sdk-paths-runneradmin@MSVC-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ endfunction()

set(opentrack_install-debug-info FALSE CACHE INTERNAL "" FORCE)

#setq(EIGEN3_INCLUDE_DIR "eigen")
#setq(OpenCV_DIR "../opencv")
#setq(SDK_ARUCO_LIBPATH "../aruco")
#setq(SDK_FSUIPC "fsuipc")
Expand Down
2 changes: 0 additions & 2 deletions sdk-paths-sthalik@Clang-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ set(opentrack_install-debug-info TRUE CACHE INTERNAL "" FORCE)
#setq(OpenCV_DIR "opencv/build-mingw-64")
setq(SDK_ARUCO_LIBPATH "aruco/build-mingw-w64/src/libaruco.a")

setq(EIGEN3_INCLUDE_DIR "eigen")

setq(SDK_FSUIPC "fsuipc")
setq(SDK_HYDRA "SixenseSDK")

Expand Down
2 changes: 0 additions & 2 deletions sdk-paths-sthalik@GNU-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ set(opentrack_install-debug-info TRUE CACHE INTERNAL "" FORCE)
#setq(OpenCV_DIR "opencv/build-mingw-64")
setq(SDK_ARUCO_LIBPATH "aruco/build-mingw-w64/src/libaruco.a")

setq(EIGEN3_INCLUDE_DIR "eigen")

setq(SDK_FSUIPC "fsuipc")
setq(SDK_HYDRA "SixenseSDK")

Expand Down
5 changes: 2 additions & 3 deletions sdk-paths-sthalik@MSVC-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ endfunction()

set(opentrack_install-debug-info TRUE CACHE INTERNAL "" FORCE)

setq(EIGEN3_INCLUDE_DIR "eigen")
setq(SDK_RIFT_140 "ovr_sdk_win_23.0.0/LibOVR")
setq(SDK_KINECT20 "nonfree/Kinect-v2.0")
setq(SDK_VJOYSTICK "vjoystick")
Expand All @@ -35,15 +34,15 @@ setq(Qt5_DIR "../qt-5.15-kde-amd64/lib/cmake/Qt5")
setq(OpenCV_DIR "opencv/build-amd64/install")
setq(SDK_ARUCO_LIBPATH "aruco/build-amd64/src/aruco.lib")
setq(SDK_LIBUSB "libusb-msvc-amd64")
setq(ONNXRuntime_DIR "onnxruntime-1.16.3-amd64")
setq(ONNXRuntime_DIR "onnxruntime-1.17.0-amd64")
setq(SDK_TRACKHAT_SENSOR "trackhat-c-library-driver/build-amd64/install")
setq(SDK_OSCPACK "oscpack/build-amd64")
elseif(CMAKE_SIZEOF_VOID_P EQUAL 4)
setq(Qt5_DIR "../qt/qt-5.15-kde-msvc-32/lib/cmake/Qt5")
setq(OpenCV_DIR "opencv/build/install")
setq(SDK_ARUCO_LIBPATH "aruco/build/src/aruco.lib")
setq(SDK_LIBUSB "libusb-msvc-x86")
setq(ONNXRuntime_DIR "onnxruntime-1.16.3")
setq(ONNXRuntime_DIR "onnxruntime-1.17.0")
setq(SDK_TRACKHAT_SENSOR "trackhat-c-library-driver/build/install")
setq(SDK_OSCPACK "oscpack/build")
else()
Expand Down

0 comments on commit dffe5a3

Please sign in to comment.