Skip to content

Commit

Permalink
COMP: a fix for non-system double-conversion build
Browse files Browse the repository at this point in the history
This is a forgotten cherry-pick of b288412.
  • Loading branch information
dzenanz committed Jun 10, 2019
1 parent ac26e1c commit a47c974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ThirdParty/DoubleConversion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(ITK_USE_SYSTEM_DOUBLECONVERSION)
get_target_property(ITKDoubleConversion_LIBRARIES double-conversion::double-conversion LOCATION)
else()
set(ITKDoubleConversion_INCLUDE_DIRS
${ITKDoubleConversion_SOURCE_DIR}/src/double-conversion
${ITKDoubleConversion_SOURCE_DIR}/src
${ITKDoubleConversion_BINARY_DIR}/src/double-conversion)
set(ITKDoubleConversion_LIBRARIES itkdouble-conversion)
endif()
Expand Down

0 comments on commit a47c974

Please sign in to comment.