Skip to content

Commit

Permalink
build: cmake: fix FindMonkey paths for Yocto/Bitbake
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jan 17, 2019
1 parent 19e0cab commit a6fe928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindMonkey.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ unset(MONKEY_INCLUDE_DIR CACHE)
find_path(MONKEY_INCLUDE_DIR
NAMES monkey/mk_core.h monkey/mk_lib.h
PATHS ${PROJECT_SOURCE_DIR}/lib/monkey/include
CMAKE_FIND_ROOT_PATH_BOTH
)

include(FindPackageHandleStandardArgs)
Expand Down

0 comments on commit a6fe928

Please sign in to comment.