Skip to content

Commit

Permalink
add build.jl as dependency for PackageCompiler (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Oct 30, 2023
1 parent 7130fb2 commit fb17806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ if( USE_PACKAGE_COMPILER )
${JULIA_PROJECT_PATH}
${CMAKE_BINARY_DIR}/prefix-pc
DEPENDS ${PC_INIT_BUILD}
${CMAKE_SOURCE_DIR}/LibTrixi.jl/lib/build.jl
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/build-pc )

# Custom target for PackageCompiler.jl's libtrixi.so
Expand Down

0 comments on commit fb17806

Please sign in to comment.