Skip to content

Commit

Permalink
Remove unneeded dependency on mjson
Browse files Browse the repository at this point in the history
Change-Id: I42823a3a7f7fd7bee5530de9f459cd5ca6c53964
  • Loading branch information
Roger Stringer committed Aug 26, 2012
1 parent 0536d71 commit c6023ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ pkg_check_modules(CJSON REQUIRED cjson)
include_directories(CJSON_INCLUDE_DIRS)
webos_add_compiler_flags(ALL ${CJSON_CFLAGS})

# -- check for mjson
pkg_check_modules(MJSON REQUIRED mjson)
include_directories(MJSON_INCLUDE_DIRS)
webos_add_compiler_flags(ALL ${MJSON_CFLAGS})

# -- check for pbnjson
pkg_check_modules(PBNJSON REQUIRED pbnjson)
include_directories(PBNJSON_INCLUDE_DIRS)
Expand Down

0 comments on commit c6023ed

Please sign in to comment.