Skip to content

Commit

Permalink
fixed missing '}' in host-config/LLNL/quartz-base.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Niles Appleton committed Mar 5, 2024
1 parent 5baf9f5 commit 8adc0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host-configs/LLNL/quartz-base.cmake
@@ -1,7 +1,7 @@
set(ENABLE_FORTRAN OFF CACHE BOOL "")

if( NOT DEFINED GEOS_ROOT_DIR )
set(GEOS_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR/../../../../../ CACHE PATH " Path to GEOS root directory")
set(GEOS_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../ CACHE PATH " Path to GEOS root directory")
endif()
if ( NOT DEFINED GEOS_TPL_DIR )
string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_LOWER)
Expand Down

0 comments on commit 8adc0cf

Please sign in to comment.