Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,12 @@ CONFIGURE_PACKAGE_CONFIG_FILE(
INSTALL_DESTINATION "${INSTALL_CMAKE_DIR}")

# Generate the Version file
# This build is only considered compatible with the exact version requested
# (not SameMajorVersion) for now since the API is often broken by active
# development.
WRITE_BASIC_PACKAGE_VERSION_FILE(waveConfigVersion.cmake
VERSION ${WAVE_PACKAGE_VERSION}
COMPATIBILITY SameMajorVersion)
COMPATIBILITY ExactVersion)

# Install the Config and ConfigVersion files
INSTALL(FILES
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ This library contains reusable code for:
- Vision
- and more ..

libwave is in the initial development stage, meaning the API can change at any
time without warning.

## Requirements

- Boost 1.54
Expand Down