Skip to content

Commit

Permalink
Update CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
ZivDero committed Jan 22, 2025
1 parent 3ca01ae commit da9b381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ FetchContent_Declare(

FetchContent_GetProperties(TSpp)
if(NOT tspp_POPULATED)
FetchContent_Populate(TSpp)
add_subdirectory(${tspp_SOURCE_DIR} ${tspp_BINARY_DIR} EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(TSpp)
endif()


Expand Down

0 comments on commit da9b381

Please sign in to comment.