diff options
author | Dawid Wróbel <me@dawidwrobel.com> | 2022-07-12 14:39:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-30 17:55:07 (GMT) |
commit | e706da5f7ebbdab98098825ff8f7bad89ce06277 (patch) | |
tree | 8724f87cd420c871edae87a2e1904e9d050727e6 /Tests/CMakeLists.txt | |
parent | 4bcdf1b992804467bc39710c2670f828df479dff (diff) | |
download | CMake-e706da5f7ebbdab98098825ff8f7bad89ce06277.zip CMake-e706da5f7ebbdab98098825ff8f7bad89ce06277.tar.gz CMake-e706da5f7ebbdab98098825ff8f7bad89ce06277.tar.bz2 |
FindOpenSP: Add module to find the OpenSP library
OpenSP has not seen a release in seventeen years, so is unlikely to ever
provide a CMake package configuration file. Add a find module instead.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index b7de021..b6fec4d 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1476,6 +1476,7 @@ if(BUILD_TESTING) OpenCL OpenGL OpenMP + OpenSP OpenSSL MPI PNG |