Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Jul 1, 2024
1 parent 46b9b2c commit 637284a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion barnsley_fern/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Get Julia installation paths
julia --project -e 'using Pkg; Pkg.instantiate()'
# julia --project -e 'using Pkg; Pkg.instantiate()'
julia -e 'using Pkg; Pkg.activate(); Pkg.add("CxxWrap")'
CXXWRAP_PREFIX=`julia --project -e 'using CxxWrap; CxxWrap.prefix_path() |> print'`
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$CXXWRAP_PREFIX
cmake --build ./build --config Release -j `nproc`
Expand Down

0 comments on commit 637284a

Please sign in to comment.