Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21407] Remove example #101

Merged
merged 5 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,15 +385,6 @@ enable_testing()
include(CTest)
add_subdirectory(test)

###############################################################################
# Examples
###############################################################################
option(COMPILE_EXAMPLES "Build example" OFF)

if(COMPILE_EXAMPLES)
add_subdirectory(examples/HelloWorldExampleDS)
endif()

###############################################################################
# Installation
###############################################################################
Expand All @@ -410,7 +401,6 @@ endif()
set(BIN_INSTALL_DIR bin/ CACHE PATH "Installation directory for binaries")
set(INCLUDE_INSTALL_DIR include/ CACHE PATH "Installation directory for C++ headers")
set(INCLUDE_SOURCE_DIR src/ CACHE PATH "Installation directory for C++ sources")
set(EXAMPLES_INSTALL_DIR examples/ CACHE PATH "Installation directory for examples")
set(LIB_INSTALL_DIR lib/ CACHE PATH "Installation directory for libraries")
set(LICENSE_INSTALL_DIR license/ CACHE PATH "Installation directory for licenses")
set(EXPORT_INSTALL_DIR export/ CACHE PATH "Installation directory for cmake exports")
Expand Down
3 changes: 0 additions & 3 deletions examples/HelloWorldExampleDS/.gitignore

This file was deleted.

56 changes: 0 additions & 56 deletions examples/HelloWorldExampleDS/CMakeLists.txt

This file was deleted.

227 changes: 0 additions & 227 deletions examples/HelloWorldExampleDS/HelloWorld.hpp

This file was deleted.

5 changes: 0 additions & 5 deletions examples/HelloWorldExampleDS/HelloWorld.idl

This file was deleted.

46 changes: 0 additions & 46 deletions examples/HelloWorldExampleDS/HelloWorldCdrAux.hpp

This file was deleted.

Loading
Loading