Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Aug 13, 2024
1 parent 296aef9 commit c27f222
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include(cmake/user_config_options.cmake)
include(cmake/compiler_config.cmake)

# fetch dependencies, must appear after options.cmake
#include(cmake/fetch_contents.cmake)
include(cmake/fetch_contents.cmake)

# find required packages
include(cmake/find_packages.cmake)
Expand Down
2 changes: 0 additions & 2 deletions tests/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ project(
LANGUAGES CXX C
)

include(${CMAKE_SOURCE_DIR}/cmake/fetch_contents.cmake)

# target name
set(TARGET_NAME ${PROJECT_NAME})

Expand Down

0 comments on commit c27f222

Please sign in to comment.