Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 605958 | Differences between
and this patch

Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 48-54 Link Here
48
    string(REGEX REPLACE "^v" "" OSD_SONAME ${OSD_SONAME})
48
    string(REGEX REPLACE "^v" "" OSD_SONAME ${OSD_SONAME})
49
49
50
    add_definitions(
50
    add_definitions(
51
        -DOPENSUBDIV_VERSION_STRING="${OSD_SONAME}"
51
        -DOPENSUBDIV_VERSION_STRING=${OSD_SONAME}
52
    )
52
    )
53
53
54
#-------------------------------------------------------------------------------
54
#-------------------------------------------------------------------------------

Return to bug 605958