Showing 3 changed files with 0 additions and 8 deletions
-1
flightgear/fgfs_function
... ...
@@ -59,7 +59,6 @@ function fgfs () {
59 59
                             cmake_options+=(${(j. .)${:--DCMAKE_PREFIX_PATH=$fgfs_install/${^previously_installed}}})
60 60
                             cmake_options+=(${(j. .)${:--DCMAKE_INCLUDE_PATH=$fgfs_install/${^previously_installed}/include}})
61 61
                         fi
62
-                        cmake_options+=("-j$simultaneous")
63 62
 
64 63
                         title="*** ${component:u}${branch:+ [$branch]} ***"
65 64
                         printf "\n%s\n%s\n%s\n" "${(l:${#title}::*:)}" "$title" "${(l:${#title}::*:)}"
-3
flightgear/source/flightgear.specific
... ...
@@ -2,8 +2,5 @@ cmake_options+=("-DENABLE_COMPOSITOR=ON")
2 2
 cmake_options+=("-DFG_DATA_DIR:PATH=$fgfs_source/fgdata")
3 3
 cmake_options+=("-DTRANSLATIONS_SRC_DIR:PATH=$fgfs_source/fgdata/Translations")
4 4
 cmake_options+=("-DSimGear_DIR=$fgfs_install/simgear/lib/cmake/SimGear")
5
-#cmake_options+=("CFLAGS="--std=c++14"")
6
-cmake_options+=("-DCMAKE_CXX_COMPILER=g++-9")
7
-cmake_options+=("-DCMAKE_CC_COMPILER=gcc-9")
8 5
 
9 6
 export OSG_DIR=$fgfs_install/OpenSceneGraph
-4
flightgear/source/simgear.specific
... ...
@@ -1,4 +0,0 @@
1
-#cmake_options+=("CFLAGS="--std=c++14"")
2
-cmake_options+=("-DCMAKE_CXX_COMPILER=g++-9")
3
-cmake_options+=("-DCMAKE_CC_COMPILER=gcc-9")
4
-