IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 57 forks source link

Building RealSenseID as a subproject in another project fails #71

Closed michalrudowicz closed 3 years ago

michalrudowicz commented 3 years ago

Building RealSenseID as a subproject in another project fails, as RealSenseID's build system expects 3rdparty directory to be placed in CMAKE_BINARY_DIR. This is not the case when RealSenseID is used as a subproject, and added to a main project using add_subdirectories CMake function.

Pull request with a fix: https://github.com/IntelRealSense/RealSenseID/pull/68