Skip to content

Commit

Permalink
Merge pull request #1412 from sadikuar/update_cross_compile_link_in_r…
Browse files Browse the repository at this point in the history
…eadme

Update CMake toolchain link in README file
  • Loading branch information
icraggs authored Nov 3, 2023
2 parents 8cf971c + c520cc6 commit ac5ce59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ $ ctest -VV

### Cross compilation

Cross compilation using CMake is performed by using so called "toolchain files" (see: http://www.vtk.org/Wiki/CMake_Cross_Compiling).
Cross compilation using CMake is performed by using so called "toolchain files" (see: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html).

The path to the toolchain file can be specified by using CMake's `-DCMAKE_TOOLCHAIN_FILE` option. In case no toolchain file is specified, the build is performed for the native build platform.

Expand Down Expand Up @@ -332,4 +332,3 @@ https://docs.microsoft.com/en-us/cpp/cpp/cdecl?view=vs-2019

If you call this library from another language, you may need to take this into account.


0 comments on commit ac5ce59

Please sign in to comment.