File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ option(USE_LTO "Enable link-time optimization" OFF)
7272option (USE_FAST_MATH "Enable fast math (generated images are less likely to be reproducible)" OFF )
7373
7474if (BUILD_STATIC_LIBCRN)
75- option (INSTALL_STATIC_LIBS "Install static libraries" OFF )
75+ option (INSTALL_STATIC_LIBCRN "Install static libraries" OFF )
7676endif ()
7777
7878if (MSVC )
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ endif()
210210add_library (${CRUNCH_LIBRARY_NAME} ${CRUNCH_DEFAULT_LIBRARY_TYPE} $<TARGET_OBJECTS :${CRUNCH_OBJECT_NAME} >)
211211set_property (TARGET ${CRUNCH_LIBRARY_NAME} PROPERTY POSITION_INDEPENDENT_CODE 1 )
212212
213- if (BUILD_SHARED_LIBS OR (BUILD_STATIC_LIBCRN AND INSTALL_STATIC_LIBS ))
213+ if (BUILD_SHARED_LIBS OR (BUILD_STATIC_LIBCRN AND INSTALL_STATIC_LIBCRN ))
214214 install (TARGETS ${CRUNCH_LIBRARY_NAME} DESTINATION lib)
215215endif ()
216216
You can’t perform that action at this time.
0 commit comments