Skip to content
Snippets Groups Projects
Verified Commit 15949335 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix voip defaults being incorrect because OS constants are not defined

parent 6d64fe29
No related branches found
No related tags found
No related merge requests found
Pipeline #5309 passed
...@@ -48,6 +48,8 @@ macro(hunter_add_package_safe) ...@@ -48,6 +48,8 @@ macro(hunter_add_package_safe)
message("pkg_conf_path: '$ENV{PKG_CONFIG_PATH}', pkg_conf_libdir: '$ENV{PKG_CONFIG_LIBDIR}'") message("pkg_conf_path: '$ENV{PKG_CONFIG_PATH}', pkg_conf_libdir: '$ENV{PKG_CONFIG_LIBDIR}'")
endmacro() endmacro()
project(nheko LANGUAGES CXX C)
option(USE_BUNDLED_SPDLOG "Use the bundled version of spdlog." ${HUNTER_ENABLED}) option(USE_BUNDLED_SPDLOG "Use the bundled version of spdlog." ${HUNTER_ENABLED})
option(USE_BUNDLED_OLM "Use the bundled version of libolm." ${HUNTER_ENABLED}) option(USE_BUNDLED_OLM "Use the bundled version of libolm." ${HUNTER_ENABLED})
option(USE_BUNDLED_GTEST "Use the bundled version of Google Test." ${HUNTER_ENABLED}) option(USE_BUNDLED_GTEST "Use the bundled version of Google Test." ${HUNTER_ENABLED})
...@@ -109,8 +111,6 @@ endif() ...@@ -109,8 +111,6 @@ endif()
# Include Qt basic functions # Include Qt basic functions
include(QtCommon) include(QtCommon)
project(nheko LANGUAGES CXX C)
include(GNUInstallDirs) include(GNUInstallDirs)
set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MAJOR "0")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment