File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 run : |
184184 docker run --rm --gpus 'device=1' ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} bash -lc '
185185 cmake -S $SIMPHONY_HOME/examples -B /tmp/simphony-examples-build
186- cmake --build /tmp/simphony-examples-build
186+ cmake --build /tmp/simphony-examples-build --target install
187187
188188 mkdir -p /tmp/simphony-example-run/out && cd /tmp/simphony-example-run
189189 simphox && test -f out/photons.npy
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.20 )
1+ cmake_minimum_required (VERSION 3.18 )
22
33project (simphox LANGUAGES CXX )
44
5- set (CMAKE_CXX_STANDARD 17)
6- set (CMAKE_CXX_STANDARD_REQUIRED ON )
7- set (CMAKE_CXX_EXTENSIONS OFF )
8-
95find_package (simphony REQUIRED )
106
117add_executable (simphox simphox.cpp )
You can’t perform that action at this time.
0 commit comments