Knowledge Collections written in Markdown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake_minimum_required(VERSION 3.14 FATAL_ERROR) | |
| project(RocksDBNonASCIITrailingIssue VERSION 1.0 LANGUAGES CXX) | |
| include(CPM.cmake) | |
| CPMAddPackage( | |
| NAME Catch2 | |
| GITHUB_REPOSITORY catchorg/Catch2 | |
| VERSION 2.5.0 | |
| ) | |
| CPMAddPackage( |