Skip to content

Commit

Permalink
Fix cmake syntax error in JsonFortran.cmake. Missing ')'
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Oct 14, 2019
1 parent 56055dc commit eda7ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/JsonFortran.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ message(STATUS "External Project: ${extProjectName}" )
set(JSONFORTRAN_VERSION "4.2.1")

# This is need to figure out the proper install dir for some Linux distributions
include(include(GNUInstallDirs)
include(GNUInstallDirs)

if(MSVC_IDE)
set(JSONFORTRAN_INSTALL "${EMsoft_SDK}/${extProjectName}-${JSONFORTRAN_VERSION}")
Expand Down

0 comments on commit eda7ab4

Please sign in to comment.