15 lines
332 B
Diff
15 lines
332 B
Diff
--- common/CMakeLists.txt
|
|
+++ common/CMakeLists.txt
|
|
@@ -102,9 +102,9 @@ if (BLUEZ_FOUND)
|
|
endif (NOT "${BLUEZ_LIBRARIES}" STREQUAL "")
|
|
endif (BLUEZ_FOUND)
|
|
|
|
-if (NOT HAVE_SIN)
|
|
+#if (NOT HAVE_SIN)
|
|
target_link_libraries (Gammu m)
|
|
-endif (NOT HAVE_SIN)
|
|
+#endif (NOT HAVE_SIN)
|
|
|
|
# Include search path
|
|
include_directories (
|