Skip to content

Commit

Permalink
fix copy/paste issue in macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and mikeb01 committed Jun 17, 2020
1 parent cc460a9 commit ff84edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ function(hdr_histogram_add_library NAME LIBRARY_TYPE DO_INSTALL)
endfunction()

option(HDR_HISTOGRAM_BUILD_SHARED "Build shared library" ON)
option(HDR_HISTOGRAM_BUILD_SHARED "Install shared library" ON)
option(HDR_HISTOGRAM_INSTALL_SHARED "Install shared library" ON)
if(HDR_HISTOGRAM_BUILD_SHARED)
hdr_histogram_add_library(hdr_histogram SHARED ${HDR_HISTOGRAM_BUILD_SHARED})
hdr_histogram_add_library(hdr_histogram SHARED ${HDR_HISTOGRAM_INSTALL_SHARED})
set_target_properties(hdr_histogram PROPERTIES
VERSION ${HDR_VERSION}
SOVERSION ${HDR_SOVERSION})
Expand Down

0 comments on commit ff84edd

Please sign in to comment.