Skip to content

Commit

Permalink
resolved warning regarding BOOST_BIND_GLOBAL_PLACEHOLDERS
Browse files Browse the repository at this point in the history
  • Loading branch information
positive-response committed Jan 9, 2024
1 parent e268f6a commit 788f135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ ROOT_GENERATE_DICTIONARY(${DICTIONARY_NAME} ${HEADERS_WITH_DICTIONARY_REQUIRED}
## Building Framework library
add_library(JPetFramework SHARED ${SOURCES} ${DICTIONARY_NAME}.cxx)
add_library(JPetFramework::JPetFramework ALIAS JPetFramework)
add_definitions("-DBOOST_BIND_GLOBAL_PLACEHOLDERS")
target_compile_options(JPetFramework PRIVATE -Wunused-parameter -Wall)

if(DEFINED BOOST_LOG_DYN_LINK)
Expand Down

0 comments on commit 788f135

Please sign in to comment.