... | ... |
@@ -3,5 +3,7 @@ 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 | 5 |
#cmake_options+=("CFLAGS="--std=c++14"") |
6 |
+cmake_options+=("-DCMAKE_CXX_COMPILER=g++-9") |
|
7 |
+cmake_options+=("-DCMAKE_CC_COMPILER=gcc-9") |
|
6 | 8 |
|
7 | 9 |
export OSG_DIR=$fgfs_install/OpenSceneGraph |
... | ... |
@@ -0,0 +1,4 @@ |
1 |
+#cmake_options+=("CFLAGS="--std=c++14"") |
|
2 |
+cmake_options+=("-DCMAKE_CXX_COMPILER=g++-9") |
|
3 |
+cmake_options+=("-DCMAKE_CC_COMPILER=gcc-9") |
|
4 |
+ |