From 1dec9889534558f705f7ddbb3e8dda8e0ea09842 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 6 Jun 2022 12:28:12 +0200 Subject: [PATCH] fix portals typo --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 490126846..69e2f4aaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,14 +260,14 @@ if(DEFINED ENV{PORTALS_DIR}) if("$ENV{PORTALS_DIR}" STREQUAL "") set(PORTALS OFF CACHE BOOL "") else() - set(PORTALS_DIR "$ENV{PROTALS_DIR}" CACHE STRING "path to protals") + set(PORTALS_DIR "$ENV{PORTALS_DIR}" CACHE STRING "path to portals") set(PORTALS ON CACHE BOOL "") endif() elseif(DEFINED ENV{PORTALS}) if("$ENV{PORTALS}" STREQUAL "") set(PORTALS OFF CACHE BOOL "") else() - set(PORTALS_DIR "$ENV{PROTALS}" CACHE STRING "path to protals") + set(PORTALS_DIR "$ENV{PORTALS}" CACHE STRING "path to portals") set(PORTALS ON CACHE BOOL "") endif() else()