Removed json from custom include path.

This commit is contained in:
Vitaly Zaitsev 2019-05-23 15:27:46 +02:00
parent 431a060aae
commit 111543ff8c
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ for Matrix that feels more like a mainstream chat app.
mkdir -p %{_target_platform}
sed -e '/-Wall/d' -e '/-Wextra/d' -e '/-Werror/d' -e '/-pedantic/d' -e '/-pipe/d' -i CMakeLists.txt
echo "set_target_properties(nheko PROPERTIES SKIP_BUILD_RPATH TRUE)" >> CMakeLists.txt
echo "include_directories(%{_includedir}/nlohmann)" >> CMakeLists.txt
echo "include_directories(%{_includedir}/mpark)" >> CMakeLists.txt
%build