This commit is contained in:
@@ -16,9 +16,9 @@ if (CMAKE_SYSTEM_NAME MATCHES Linux)
|
||||
endif (CMAKE_SYSTEM_NAME MATCHES Linux)
|
||||
|
||||
add_definitions(
|
||||
-D_VERS_H_=\"${VERSION_MAJOR}\"
|
||||
-D_VERS_L_=\"${VERSION_MINOR}\"
|
||||
-D_VERS_P_=\"${VERSION_PATCH}\"
|
||||
-D_VERS_H_=${VERSION_MAJOR}
|
||||
-D_VERS_L_=${VERSION_MINOR}
|
||||
-D_VERS_P_=${VERSION_PATCH}
|
||||
)
|
||||
|
||||
IF(ENABLE_QUOTA_SUPPORT)
|
||||
|
||||
Reference in New Issue
Block a user