File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1276,8 +1276,8 @@ global variables](https://github.com/void-linux/void-packages/blob/master/Manual
12761276and one of them is ` $XBPS_CROSS_BASE ` . The best thing about it is that it
12771277works when compiling normally too. It is set to an appropriate directory when
12781278cross-compiling (for example for ` aarch64 ` it's ` /usr/aarch64-linux-gnu ` ) and
1279- it's set to nothing when compiling normally. This means that `$XBPS_CROSS_BASE/
1280- usr/include/catch2` will be always valid. And this is our value of
1279+ it's set to nothing when compiling normally. This means that
1280+ ` $XBPS_CROSS_BASE/ usr/include/catch2` will be always valid. And this is our value of
12811281` CATCH_INCLUDE_DIR ` .
12821282
12831283So a corrected ` cmake ` command line would be constructed like this:
You can’t perform that action at this time.
0 commit comments