Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SoilRos authored Oct 1, 2024
1 parent 8854f9f commit 83eb44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (stacktrace)
target_compile_definitions(memstats PRIVATE MEMSTAT_HAVE_STACKTRACE)
else()
message(STATUS "Performing Test stacktrace - Failed")
target_compile_features(memstats PRIVATE cxx_std_17)
target_compile_features(memstats PUBLIC cxx_std_17)
endif()


Expand Down

0 comments on commit 83eb44d

Please sign in to comment.