Skip to content

Commit

Permalink
And again...
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 24, 2023
1 parent 8306afe commit 98c0818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
ref: main
repository: Chowdhury-DSP/jai-minimal
token: ${{ secrets.OUR_GITHUB_PAT }}
path: ${{github.workspace}}/../jai
path: modules/jai

- name: Configure
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion modules/cmake/FindJaiCompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(NOT IOS)

find_program(JAI_COMPILER
NAMES ${JAI_COMPILER_EXE}
HINTS ${CMAKE_SOURCE_DIR}/../jai/bin ${CMAKE_SOURCE_DIR}/../../Research/jai/bin
HINTS ${CMAKE_SOURCE_DIR}/modules/jai/bin ${CMAKE_SOURCE_DIR}/../../Research/jai/bin
)
message(STATUS "Jai compiler: ${JAI_COMPILER}")
else()
Expand Down

0 comments on commit 98c0818

Please sign in to comment.