Skip to content

Commit

Permalink
Unix build: fix regression of 2.3.0 where a shared-only or static-onl…
Browse files Browse the repository at this point in the history
…y build lacks the installation target for the library (#1019, fixes regression introduced by 3dfc6ca)
  • Loading branch information
rouault committed Oct 9, 2017
1 parent e8b6b54 commit 66297f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/openjp2/CMakeLists.txt
Expand Up @@ -99,6 +99,7 @@ else()
set(INSTALL_LIBS ${OPENJPEG_LIBRARY_NAME} openjp2_static)
else()
add_library(${OPENJPEG_LIBRARY_NAME} ${OPENJPEG_SRCS})
set(INSTALL_LIBS ${OPENJPEG_LIBRARY_NAME})
endif()
endif()

Expand Down

0 comments on commit 66297f0

Please sign in to comment.