Windows: remove erroneous space breaking build
This was causing to pick the second prefix path as the source dir, which doesn’t work so well.
This commit is contained in:
parent
cc76052038
commit
03ac46120c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ cd ..\build-fg32-compositor
|
|||
cmake ..\flightgear -G "Visual Studio 14" ^
|
||||
-DMSVC_3RDPARTY_ROOT=%WORKSPACE%/windows-3rd-party/msvc140 ^
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=%WORKSPACE%/install/msvc140/compositor ^
|
||||
-DCMAKE_PREFIX_PATH:PATH=%OSG32%; %WORKSPACE%/install/msvc140/ ^
|
||||
-DCMAKE_PREFIX_PATH:PATH=%OSG32%;%WORKSPACE%/install/msvc140/ ^
|
||||
-DBOOST_ROOT=%WORKSPACE%/windows-3rd-party ^
|
||||
-DOSG_FSTREAM_EXPORT_FIXED=1 ^
|
||||
-DCMAKE_PREFIX_PATH=%QT5SDK32%;%OSG32% ^
|
||||
|
|
Loading…
Add table
Reference in a new issue