dev-cpp/scitokens-cpp: drop 0.7.0

Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2022-11-01 14:08:41 +01:00
parent 506397f294
commit 20344e32c9
3 changed files with 0 additions and 77 deletions

View File

@@ -1,21 +0,0 @@
Bug: https://github.com/scitokens/scitokens-cpp/issues/82
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec5c878..611afb1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,13 +81,12 @@ endif()
enable_testing()
add_subdirectory(test)
-else()
+endif()
get_directory_property(TARGETS BUILDSYSTEM_TARGETS)
install(
TARGETS ${TARGETS}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
-endif()
install(
FILES src/scitokens.h