Skip to content

Commit

Permalink
updated before merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacey committed Sep 26, 2023
1 parent 7814b6a commit 379ec4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# -------------------------------------------------------------------------------------------
cmake_minimum_required(VERSION 3.12)


if(NOT DEFINED CMAKE_TOOLCHAIN_FILE AND DEFINED ENV{CMAKE_TOOLCHAIN_FILE})
set(CMAKE_TOOLCHAIN_FILE $ENV{CMAKE_TOOLCHAIN_FILE})
endif()
# -------------------------------------------------------------------------------------------
# Setup the project and languages required. Note version number is NGL version
# -------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 379ec4d

Please sign in to comment.