Skip to content

Commit

Permalink
fix: removed coro from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Dec 17, 2023
1 parent fc5ad7a commit 050dc45
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@ add_executable(${PROJECT_NAME}

find_package(DPP REQUIRED)

# ===============================================
# Required stuff for coro:

target_compile_definitions(${PROJECT_NAME} PUBLIC
DPP_CORO
)

target_compile_features(${PROJECT_NAME} PUBLIC
cxx_std_20
)

set(DPP_CORO on)

# Coro stuff over.
# ===============================================

target_link_libraries(${PROJECT_NAME}
${DPP_LIBRARIES}
)
Expand All @@ -36,7 +20,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
)

set_target_properties(${PROJECT_NAME} PROPERTIES
CMAKE_STANDARD 20
CMAKE_STANDARD 17
CMAKE_STANDARD_REQUIRED ON
)

0 comments on commit 050dc45

Please sign in to comment.