Skip to content

Commit

Permalink
Merge pull request #122 in OS/onboard-sdk from fix_wp2.0_cmake_issues…
Browse files Browse the repository at this point in the history
… to develop

* commit 'f932a37bd46b7f7831893eb699f6d442041967dd':
  fix:fix wp2.0 cmake issues
  • Loading branch information
JinxiChan92 committed Apr 14, 2020
2 parents c3f8624 + f932a37 commit 07f6bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/platform/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include_directories(${ADVANCED_SENSING_LIB}/inc)

find_package(LibUSB REQUIRED)
find_package(FFMPEG REQUIRED)
find_package(Waypt2Core REQUIRED)
#find_package(Waypt2Core REQUIRED)

if(FFMPEG_FOUND)
message( STATUS "Found FFmpeg ${FFMPEG_VERSION} installed in the system.")
Expand All @@ -57,7 +57,7 @@ endif(FFMPEG_FOUND)

include_directories(${LIBUSB_1_INCLUDE_DIRS})
include_directories(${FFMPEG_INCLUDE_DIR})
include_directories(${WAYPT2_CORE_INCLUDE_DIRS})
#include_directories(${WAYPT2_CORE_INCLUDE_DIRS})

#link libraries

Expand Down

0 comments on commit 07f6bf6

Please sign in to comment.