diff --git a/reader/CMakeLists.txt b/reader/CMakeLists.txt index 94cba99..622cc09 100644 --- a/reader/CMakeLists.txt +++ b/reader/CMakeLists.txt @@ -14,7 +14,7 @@ add_definitions( add_executable(${PROJECT_NAME} ${SOURCES}) if(UNIX) - set(SPEC_LIB pthread shared_allocator) + set(SPEC_LIB pthread) endif(UNIX) target_link_libraries(${PROJECT_NAME} easy_profiler ${SPEC_LIB}) \ No newline at end of file