Skip to content

Commit

Permalink
Disable OGS_BUILD_UTILITIES if OGS_USE_FREESTEAM is set on
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Jul 3, 2018
1 parent 6319417 commit a0ffd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ if (OGS_CONFIG STREQUAL FEM OR OGS_CONFIG STREQUAL SP)
set(OGS_BUILD_UTILITIES ON)
endif ()

if (OGS_BUILD_UTILITIES)
if (OGS_BUILD_UTILITIES AND (NOT OGS_USE_FREESTEAM))
add_subdirectory (UTL/MSHGEOTOOLS/)
add_subdirectory (UTL/mHM2OGS/)
endif ()
Expand Down

0 comments on commit a0ffd23

Please sign in to comment.