Skip to content

Commit

Permalink
Remove link to deleted files
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Feb 1, 2024
1 parent a205052 commit 15a7459
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ if(BUILD_JAVASCRIPT_WRAPPERS)
add_subdirectory("wrappers/js")
endif()

file(GLOB_RECURSE ci_resources .ci/*)
add_custom_target(
CIIntegration ${CMAKE_COMMAND} -E echo "CI Integration"
SOURCES appveyor.yml .travis.yml ${ci_resources})
set_target_properties(CIIntegration PROPERTIES FOLDER "Utils")

file(GLOB_RECURSE documentation documentation/*)
add_custom_target(
Documentation ${CMAKE_COMMAND} -E echo "Documentation"
Expand Down

0 comments on commit 15a7459

Please sign in to comment.