Skip to content

Commit

Permalink
LAGraph: Don't override default CMake output directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 4, 2023
1 parent bb2b7b5 commit 749cee4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions LAGraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 749cee4

Please sign in to comment.