Skip to content

Commit

Permalink
[hotfix] avoid boost::iostreams
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Feb 4, 2021
1 parent bf70554 commit 5a7a242
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if(Boost_FOUND)
ADD_DEFINITIONS(-D__USE_BOOST)
if(Boost_IOSTREAMS_FOUND)
message(STATUS "Boost::iostreams found --> building with boost::iostreams enabled.")
ADD_DEFINITIONS(-D__USE_BOOST_IOSTREAMS)
#ADD_DEFINITIONS(-D__USE_BOOST_IOSTREAMS)
endif()
if(Boost_FILESYSTEM_FOUND)
message(STATUS "Boost::filesystem found --> building with boost::filesystem enabled.")
Expand Down Expand Up @@ -363,7 +363,8 @@ foreach(MAP IN LISTS REMOLL_MAPS REMOLL_MAPS_EXTRA)
install(FILES
${REMOLL_MAP_DIR}/${FILE}.gz
DESTINATION ${CMAKE_INSTALL_DATADIR}/remoll)
else()
endif()
#else()
file(DOWNLOAD
${REMOLL_DOWNLOADS}/${FILE}
${REMOLL_MAP_DIR}/${FILE}
Expand All @@ -372,7 +373,7 @@ foreach(MAP IN LISTS REMOLL_MAPS REMOLL_MAPS_EXTRA)
install(FILES
${REMOLL_MAP_DIR}/${FILE}
DESTINATION ${CMAKE_INSTALL_DATADIR}/remoll)
endif()
#endif()
endforeach()


Expand Down

0 comments on commit 5a7a242

Please sign in to comment.