Skip to content

Commit

Permalink
fix: linux build error
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Apr 20, 2024
1 parent e315ca0 commit da19727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/BaseConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
set(Boost_NO_WARN_NEW_VERSIONS ON)
set(CMAKE_CXX_SCAN_FOR_MODULES TRUE)

# Make will print more details
set(CMAKE_VERBOSE_MAKEFILE OFF)
Expand Down

0 comments on commit da19727

Please sign in to comment.