Skip to content

Commit dfb3520

Browse files
Fix the name of the generated fakenect library to avoid conflict in the dependency tree with libfreenect.so
1 parent 2ce5bd3 commit dfb3520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fakenect/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add_library (fakenect SHARED fakenect.c)
77
set_target_properties ( fakenect PROPERTIES
88
VERSION ${PROJECT_VER}
99
SOVERSION ${PROJECT_APIVER}
10-
OUTPUT_NAME freenect)
10+
OUTPUT_NAME freenect_faked)
1111
target_link_libraries(fakenect ${MATH_LIB})
1212

1313
install (TARGETS fakenect

0 commit comments

Comments
 (0)