Skip to content

Commit

Permalink
Merge pull request #10 from GEOS-ESM/feature/mathomp4/detect-latex-fo…
Browse files Browse the repository at this point in the history
…r-docs

Use LaTeX detection from ESMA_cmake v1.0.9
  • Loading branch information
bena-nasa authored Jul 25, 2019
2 parents f28713d + 12e70e8 commit 519c21a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
required = True
repo_url = [email protected]:GEOS-ESM/ESMA_cmake.git
local_path = ./@cmake
tag = v1.0.2
tag = v1.0.9
externals = Externals.cfg
protocol = git

Expand Down
3 changes: 1 addition & 2 deletions GMAO_pFIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ include_directories (${INC_NETCDF})
file (COPY unused_dummy.H DESTINATION ${include_${this}})

# Users guide
if ($ENV{USE_LATEX} MATCHES NO)
else ()
if (LATEX_FOUND)
# add_subdirectory (TeX)
endif ()

Expand Down
3 changes: 1 addition & 2 deletions MAPL_Base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ file (COPY mapl_acg.pl DESTINATION ${esma_include}/${this})
file (COPY mapl_stub.pl DESTINATION ${esma_include}/${this})

# Users guide
if ($ENV{USE_LATEX} MATCHES NO)
else ()
if (LATEX_FOUND)
add_subdirectory (TeX)
endif ()

Expand Down

0 comments on commit 519c21a

Please sign in to comment.