You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
491 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -606,8 +606,6 @@ else()
  4. target_link_libraries(domoticz -lrt ${Boost_LIBRARIES} ${ZLIB_LIBRARIES} ${CURL_LIBRARIES} pthread ${LUA_LIBRARIES} ${MQTT_LIBRARIES} ${SQLite_LIBRARIES} ${CMAKE_DL_LIBS} ${TELLDUS_LIBRARIES} ${EXECINFO_LIBRARIES})
  5. ENDIF()
  6. -ADD_PRECOMPILED_HEADER(domoticz "main/stdafx.h")
  7. -
  8. IF(CMAKE_COMPILER_IS_GNUCXX)
  9. option(USE_STATIC_LIBSTDCXX "Build with static libgcc/libstdc++ libraries" YES)
  10. IF(USE_STATIC_LIBSTDCXX)