remove .. from cmake
This commit is contained in:
parent
3941742535
commit
f2cf30f88a
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -67,7 +67,7 @@ prepare() {
|
|||
build() {
|
||||
cd FreeCAD
|
||||
|
||||
cmake -Wno-dev .. \
|
||||
cmake -Wno-dev \
|
||||
-D BUILD_ENABLE_CXX_STD=C++14 \
|
||||
-D BUILD_QT5=ON \
|
||||
-D CMAKE_INSTALL_PREFIX="" \
|
||||
|
|
Loading…
Reference in a new issue