Skip to content

Commit

Permalink
add CPM_USE_LOCAL_PACKAGES for sandboxed nix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 3, 2024
1 parent 318876a commit 6707b8d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 13 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"-DCMAKE_CXX_FLAGS=${
if pkgs.stdenv.hostPlatform.isx86_64 then "-march=x86-64" else ""
}"
"-DCPM_USE_LOCAL_PACKAGES=1"
];
};

Expand Down

0 comments on commit 6707b8d

Please sign in to comment.