Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ find_package(itslib REQUIRED)
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
# NOTE: I specified date_time here, while in fact i need interprocess.
# NOTE: I specified date_time here, while in fact I need interprocess.
# Problem is that 'interprocess' is not recognized by the FindBoost.cmake script,
# so I substituted an arbitrary lib which is there.
find_package(Boost COMPONENTS date_time)
Expand All @@ -65,7 +65,7 @@ else()
else()
find_package(cpputils)
if (cpputils_FOUND)
message(NOTICE "uisng cpputils")
message(NOTICE "using cpputils")
set(MMAPLIB cpputils)
add_definitions(-DUSE_CPPUTILS)
endif()
Expand Down