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 376bb06 commit 8854f9f
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 @@ -37,7 +37,7 @@ endif()

target_compile_definitions(memstats PRIVATE $<$<TARGET_EXISTS:TBB::tbb>:MEMSTAT_HAVE_TBB>)
set_target_properties(memstats PROPERTIES
CXX_VISIBILITY_PRESET hidden
# CXX_VISIBILITY_PRESET hidden
EXPORT_NAME MemStats)

add_library(MemStats::MemStats ALIAS memstats)
Expand Down

0 comments on commit 8854f9f

Please sign in to comment.