Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Aug 13, 2022
1 parent 3c38eec commit 8667b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build Stage
run: |
echo ${{ matrix.os }}
echo ${{ matrix.version }}
mkdir build && cd build
cmake -DENABLE_ADE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=${{ matrix.version }} ..
make -j
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@ option(BUILD_ADE_TUTORIAL "Build tutorial samples" OFF)
option(FORCE_ADE_ASSERTS "Always enable ADE_ASSERT" OFF)
option(BUILD_ADE_DOCUMENTATION "Build doxygen documentation" OFF)

set(ADE_CXX_STANDARD 11 CACHE STRING "C++ standard")
set(ADE_CXX_STANDARD 66 CACHE STRING "C++ standard")
set(CMAKE_CXX_STANDARD ${ADE_CXX_STANDARD})

# TODO: this is horrible hack, we must follow cmake
Expand Down

0 comments on commit 8667b15

Please sign in to comment.