summaryrefslogtreecommitdiffhomepage
path: root/example/simple_allocator_op
diff options
context:
space:
mode:
Diffstat (limited to 'example/simple_allocator_op')
-rw-r--r--example/simple_allocator_op/CMakeLists.txt6
-rw-r--r--example/simple_allocator_op/example.cpp (renamed from example/simple_allocator_op/example.cc)0
2 files changed, 3 insertions, 3 deletions
diff --git a/example/simple_allocator_op/CMakeLists.txt b/example/simple_allocator_op/CMakeLists.txt
index fbda92b..c7b3d6d 100644
--- a/example/simple_allocator_op/CMakeLists.txt
+++ b/example/simple_allocator_op/CMakeLists.txt
@@ -6,10 +6,10 @@ project(
VERSION 1.0
LANGUAGES CXX)
-find_package(Boost REQUIRED COMPONENTS container)
+find_package(Boost REQUIRED)
-add_executable(AllocatorExample example.cc)
+add_executable(AllocatorExample example.cpp)
set_property(TARGET AllocatorExample PROPERTY CXX_STANDARD 20)
target_include_directories(AllocatorExample PUBLIC ../../include/)
-target_link_libraries(AllocatorExample PRIVATE Boost::container)
+target_link_libraries(AllocatorExample PRIVATE Boost)
diff --git a/example/simple_allocator_op/example.cc b/example/simple_allocator_op/example.cpp
index f09f60f..f09f60f 100644
--- a/example/simple_allocator_op/example.cc
+++ b/example/simple_allocator_op/example.cpp