Skip to content

Commit

Permalink
Add comment/clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Foster committed Mar 11, 2024
1 parent 2ccf07d commit d0253b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmake/idi/functions/framework/idi_init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ macro(idi_init)

idi_new_component()



# Make sure we don't pollute a top level project that doesn't use our folder scheme for dependencies
if(NOT IDICMAKE_IS_SUBDIRECTORY)
set(IDICMAKE_TOP_LEVEL_CMAKE_DEPENDENCY_SUPPORT 1 CACHE BOOL "")
set(IDICMAKE_EXTERNAL_LIB_DIR "${CMAKE_CURRENT_LIST_DIR}/lib/first-party")
Expand All @@ -137,10 +136,6 @@ macro(idi_init)
endif()
endif()


# Define a nice short hand for 3rd party external library folders


idi_add_third_party_dependency(Catch2 https://github.com/catchorg/Catch2.git v3.5.2)

# Add the main source folder.
Expand Down

0 comments on commit d0253b0

Please sign in to comment.