Skip to content

Commit 5f9b071

Browse files
committed
Specify source directoy for cmake call
This becomes mandatory with cmake 3.13.3.
1 parent 75fa17b commit 5f9b071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/libsolv.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ CMAKE_FLAGS="-DMAGEIA=1"
221221
CMAKE_FLAGS="-DSUSE=1"
222222
%endif
223223

224-
cmake $CMAKE_FLAGS \
224+
cmake . $CMAKE_FLAGS \
225225
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
226226
-DLIB=%{_lib} \
227227
-DCMAKE_VERBOSE_MAKEFILE=TRUE \

0 commit comments

Comments
 (0)