From 749cee4d09692ff367a33286f8ef753bc4002e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Sat, 4 Nov 2023 12:53:41 +0100 Subject: [PATCH] LAGraph: Don't override default CMake output directories. --- LAGraph/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/LAGraph/CMakeLists.txt b/LAGraph/CMakeLists.txt index 57623580b..903735ccb 100644 --- a/LAGraph/CMakeLists.txt +++ b/LAGraph/CMakeLists.txt @@ -259,10 +259,6 @@ message ( STATUS "CMAKE C flags: " ${CMAKE_C_FLAGS} ) # enable testing and add subdirectories #------------------------------------------------------------------------------- -# allow ctest to find the binaries: -set ( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} ) -set ( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} ) - enable_testing ( ) add_subdirectory ( src )