Skip to content

Commit

Permalink
Fix the name of the generated fakenect library to avoid conflict in t…
Browse files Browse the repository at this point in the history
…he dependency tree with libfreenect.so
  • Loading branch information
rguillomeReviewer committed Jun 13, 2017
1 parent 2ce5bd3 commit dfb3520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fakenect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ add_library (fakenect SHARED fakenect.c)
set_target_properties ( fakenect PROPERTIES
VERSION ${PROJECT_VER}
SOVERSION ${PROJECT_APIVER}
OUTPUT_NAME freenect)
OUTPUT_NAME freenect_faked)
target_link_libraries(fakenect ${MATH_LIB})

install (TARGETS fakenect
Expand Down

0 comments on commit dfb3520

Please sign in to comment.