File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ jobs:
7878 backend : ${{ matrix.backend-override || matrix.backend }}
7979 platform : ${{ matrix.platform }}
8080 build-type : ${{ matrix.config }}
81- cmake-args : -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=saucer- bin -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=saucer- bin ${{ matrix.cmake-args }} ${{ github.event.inputs.cmake }}
81+ cmake-args : -DCMAKE_RUNTIME_OUTPUT_DIRECTORY="$(pwd)/ bin" -DCMAKE_LIBRARY_OUTPUT_DIRECTORY="$(pwd)/ bin" ${{ matrix.cmake-args }} ${{ github.event.inputs.cmake }}
8282
8383 - name : 📦 Upload Artifact
8484 uses : actions/upload-artifact@v4
8585 with :
8686 name : " ${{ matrix.config }}-${{ matrix.backend }}"
87- path : build/saucer- bin
87+ path : bin
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ function(saucer_bindings_add_module NAME MACRO)
99 target_sources (${PROJECT_NAME} PRIVATE $<TARGET_OBJECTS :${MODULE_NAME} >)
1010 else ()
1111 add_library (${MODULE_NAME} MODULE )
12- target_link_libraries (${MODULE_NAME} PUBLIC ${PROJECT_NAME} )
1312 endif ()
1413
1514 add_library (${MODULE_ALIAS} ALIAS ${MODULE_NAME} )
You can’t perform that action at this time.
0 commit comments