summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/fix_tag_example/CMakeLists.txt8
-rw-r--r--example/fix_tag_example/example.cpp (renamed from example/fix_tag_example/example.cc)0
2 files changed, 4 insertions, 4 deletions
diff --git a/example/fix_tag_example/CMakeLists.txt b/example/fix_tag_example/CMakeLists.txt
index b9a80db..57bec7a 100644
--- a/example/fix_tag_example/CMakeLists.txt
+++ b/example/fix_tag_example/CMakeLists.txt
@@ -1,4 +1,4 @@
-
+# AMLALE: Hm?
cmake_minimum_required(VERSION 3.15...3.31)
project(
@@ -6,10 +6,10 @@ project(
VERSION 1.0
LANGUAGES CXX)
-find_package(Boost REQUIRED COMPONENTS container)
+find_package(Boost REQUIRED)
-add_executable(FixExample example.cc)
+add_executable(FixExample example.cpp)
set_property(TARGET FixExample PROPERTY CXX_STANDARD 20)
target_include_directories(FixExample PUBLIC ../../include/ocl)
-target_link_libraries(FixExample PRIVATE Boost::container)
+target_link_libraries(FixExample PRIVATE Boost)
diff --git a/example/fix_tag_example/example.cc b/example/fix_tag_example/example.cpp
index f7f3e76..f7f3e76 100644
--- a/example/fix_tag_example/example.cc
+++ b/example/fix_tag_example/example.cpp