reverted build.yml change; added refs for clang++
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -58,7 +58,6 @@ jobs:
|
||||
run: >
|
||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}
|
||||
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
|
||||
-DCMAKE_CXX_STANDARD=11
|
||||
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
|
||||
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
||||
-S ${{ github.workspace }}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "ASMTSpatialContainer.h"
|
||||
#include "ASMTAssembly.h"
|
||||
#include "Constant.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "CREATE.h"
|
||||
#include "ASMTPrincipalMassMarker.h"
|
||||
#include "Part.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "ASMTRefItem.h"
|
||||
#include "CREATE.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "FullColumn.ref.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace MbD {
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user