Skip to content

Commit

Permalink
Update cpp/CMakeLists.txt
Browse files Browse the repository at this point in the history
Copy documentation from conda feedstock. Will need to remove it from conda feedstock on release containing this change

Co-authored-by: Julien Jerphanion <[email protected]>
  • Loading branch information
IvoDD and jjerphan committed Dec 4, 2024
1 parent 0acb506 commit b0f1cdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ if(WIN32)
endif()
else()
if(${ARCTICDB_USING_CONDA})
# Required to be able to include headers from glog since glog 0.7
# See: https://github.com/google/glog/pull/1030
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wextra -DGLOG_USE_GLOG_EXPORT")
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
Expand Down

0 comments on commit b0f1cdf

Please sign in to comment.