diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d3b5b55be..a573ae560f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -250,6 +250,7 @@ find_package(Boost 1.55 COMPONENTS thread date_time iostreams program_options re add_library(scrimmage-boost INTERFACE) target_include_directories(scrimmage-boost INTERFACE ${Boost_INCLUDE_DIRS}) target_link_libraries(scrimmage-boost INTERFACE ${Boost_LIBRARIES}) +target_compile_options(scrimmage-boost INTERFACE -fext-numeric-literals) install(TARGETS scrimmage-boost EXPORT ${PROJECT_NAME}-targets) ########################################################