Skip to content

Commit

Permalink
fix incorrect documentation for CMAKE_TOOLCHAIN_FILE parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
autc04 committed Jul 20, 2018
1 parent e2e1ae5 commit 2dec12f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Samples/Dialog/CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@
# To use this example as a standalone project using CMake:
# mkdir build
# cd build
# cmake .. -DCMAKE_TOOLCHAIN_FILE=path/to/Retro68-build/toolchain/cmake/retro68.toolchain.cmake
# cmake .. -DCMAKE_TOOLCHAIN_FILE=path/to/Retro68-build/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake
# make

cmake_minimum_required(VERSION 2.8)
Expand Down
2 changes: 1 addition & 1 deletion Samples/HelloWorld/CMakeLists.txt
@@ -1,7 +1,7 @@
# HOW TO BUILD USING CMAKE as a standalone project:
# mkdir build
# cd build
# cmake .. -DCMAKE_TOOLCHAIN_FILE=path/to/Retro68-build/toolchain/cmake/retro68.toolchain.cmake
# cmake .. -DCMAKE_TOOLCHAIN_FILE=path/to/Retro68-build/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake
# make

cmake_minimum_required(VERSION 2.8)
Expand Down
2 changes: 1 addition & 1 deletion Samples/Raytracer/CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@
# To use this example as a standalone project using CMake:
# mkdir build
# cd build
# cmake .. -DCMAKE_TOOLCHAIN_FILE=path/to/Retro68-build/toolchain/cmake/retro68.toolchain.cmake
# cmake .. -DCMAKE_TOOLCHAIN_FILE=path/to/Retro68-build/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake
# make

cmake_minimum_required(VERSION 2.8)
Expand Down

0 comments on commit 2dec12f

Please sign in to comment.