diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | Config.cmake.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e19bc7..ed01142 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ set(PACKAGE_VERSION 7.7.0) set(LIBATOMIC_OPS_VER_INFO 2:1:1) set(LIBATOMIC_OPS_GPL_VER_INFO 2:2:1) -project(atomic_ops C) +project(libatomic_ops C) include(CheckCCompilerFlag) include(CheckFunctionExists) diff --git a/Config.cmake.in b/Config.cmake.in index 47e60a0..034b456 100644 --- a/Config.cmake.in +++ b/Config.cmake.in @@ -2,4 +2,4 @@ @PACKAGE_INIT@ include("${CMAKE_CURRENT_LIST_DIR}/Atomic_opsTargets.cmake") -check_required_components(atomic_ops) +check_required_components(libatomic_ops) |