Improve compatibility with new CMake macro
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
574ed9e6d8
commit
e8b00694fb
@ -33,12 +33,12 @@ Vulkan tools
|
||||
|
||||
|
||||
%build
|
||||
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release -DGLSLANG_INSTALL_DIR=%{_prefix} .
|
||||
%ninja_build
|
||||
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release -DGLSLANG_INSTALL_DIR=%{_prefix}
|
||||
%cmake3_build
|
||||
|
||||
|
||||
%install
|
||||
%ninja_install
|
||||
%cmake3_install
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
|
Loading…
Reference in New Issue
Block a user