From f4516d40feb7ea696e228253bc64a94f55296cbb Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 3 Jan 2019 09:36:00 -0600 Subject: Fix comment --- config/toolchain/crayle.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/toolchain/crayle.cmake b/config/toolchain/crayle.cmake index a83147b..47d8afc 100644 --- a/config/toolchain/crayle.cmake +++ b/config/toolchain/crayle.cmake @@ -1,5 +1,6 @@ -# Uncomment the following to use cross-compiling +# The following line will use cross-compiling set(CMAKE_SYSTEM_NAME Linux) + set(CMAKE_COMPILER_VENDOR "CrayLinuxEnvironment") set(CMAKE_C_COMPILER cc) -- cgit v0.12