Skip to content

Commit

Permalink
Replace deprecated subdirs with add_subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Apr 17, 2024
1 parent 08ef0a0 commit 83b38db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ target_link_libraries(fdeep INTERFACE nlohmann_json)

if(FDEEP_BUILD_UNITTEST)
enable_testing()
subdirs(test)
add_subdirectory(test)
endif()

# pkgconfig installation:
Expand Down

0 comments on commit 83b38db

Please sign in to comment.