Skip to content

Commit

Permalink
removing distinction between release and develop dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Sep 10, 2024
1 parent 157196d commit 34e97a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
20 changes: 1 addition & 19 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,7 @@ option( tools.installation "Install njoy::tools" ON )
########################################################################

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/.cmake)

set( REPOSITORIES "release"
CACHE STRING
"Options for where to fetch repositories: develop, release, local"
)

message( STATUS "Using ${REPOSITORIES} repositories" )

if( REPOSITORIES STREQUAL "develop" )
include( cmake/develop_dependencies.cmake )

elseif( REPOSITORIES STREQUAL "release" )
include( cmake/release_dependencies.cmake )

elseif( REPOSITORIES STREQUAL "local" )
include( cmake/local_dependencies.cmake )

endif()

include( cmake/dependencies.cmake )

########################################################################
# Project targets
Expand Down
53 changes: 0 additions & 53 deletions cmake/develop_dependencies.cmake

This file was deleted.

0 comments on commit 34e97a1

Please sign in to comment.