Skip to content

Conversation

@SamuelMarks
Copy link

Closes #6

…fo.h.in (reverse-engineering Makefile) ; add OpenSSL ; [CMakeLists.txt] Disable OpenSSL if flag provided ; [README.md] Add guide for using CMake
…s.txt] Add flags to better reflect project requirements ; [src/*.c] Minor changes to get it to build with no warnings
CMakeLists.txt Outdated
if (APPLE)
set(CPACK_BUNDLE_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Info.plist")
set(CPACK_BUNDLE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Info.plist")
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/cmake/CustomVolumeIcon.icns")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why binary file CustomVolumeIcon.icns is needed? Can it be generated somehow not to put binary blobs to Git?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh it's just from the tutorial; it makes it easy for you to replace it with the icon for pogocache

assert(status == POGOCACHE_INSERTED || status == POGOCACHE_REPLACED);
if (conn_proto(conn) == PROTO_POSTGRES) {
char val[24];
char buf1[24];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the renamings only cosmetic?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMake

4 participants