Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-a-potts committed Feb 26, 2020
1 parent e61238f commit ab04ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Findgfsio.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(DEFINED ENV{GFSIO_LIB4} )

add_library(${lib_name} STATIC IMPORTED)
set_target_properties(${lib_name} PROPERTIES
IMPORTED_LOCATION ${gfsio_path}_${kind}
IMPORTED_LOCATION ${gfsio_path_${kind}}
INTERFACE_INCLUDE_DIRECTORIES ${${uppercase_name}_INC${kind}})
endif()
endforeach()
Expand Down

0 comments on commit ab04ead

Please sign in to comment.