From 038ce58cf3b428e0ede6ee129a4354df8f8476c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 22 Feb 2020 21:23:57 +0100 Subject: [PATCH] Doc++ --- doc/namespaces.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/namespaces.dox b/doc/namespaces.dox index b4da304b5..3b6adf4d3 100644 --- a/doc/namespaces.dox +++ b/doc/namespaces.dox @@ -273,8 +273,8 @@ target_link_libraries(your-app PRIVATE Magnum::Audio) Additionally, if you're using Magnum as a CMake subproject, do the following * *before* calling @cmake find_package() @ce to ensure it's enabled, as the library is not built by default. Using OpenAL itself as a CMake subproject -isn't isn't tested at the moment, so you need to provide it as a system -dependency and point `CMAKE_PREFIX_PATH` to its installation dir if necessary. +isn't tested at the moment, so you need to provide it as a system dependency +and point `CMAKE_PREFIX_PATH` to its installation dir if necessary. @code{.cmake} set(WITH_AUDIO ON CACHE BOOL "" FORCE)