Skip to content

Commit

Permalink
removed compiler definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisppaul committed Oct 12, 2024
1 parent 11a592d commit 3c30d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ else ()
)
endif ()
add_library(umgebung-lib ${UMGEBUNG_SOURCE_FILES})
target_compile_features(umgebung-lib PUBLIC cxx_std_17)
target_compile_options(umgebung-lib PUBLIC -std=c++17)
#target_compile_features(umgebung-lib PUBLIC cxx_std_17)
#target_compile_options(umgebung-lib PUBLIC -std=c++17)

# Specify include directories for the library
target_include_directories(umgebung-lib PUBLIC
Expand Down

0 comments on commit 3c30d1c

Please sign in to comment.