Skip to content

Commit

Permalink
fix(build): fix compilation error on MacOS due to C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Oct 19, 2023
1 parent 79814ec commit fc014ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake_modules/BaseFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ function(dsn_add_project)
endif()
ms_add_project("${MY_PROJ_TYPE}" "${MY_PROJ_NAME}" "${MY_PROJ_SRC}" "${MY_PROJ_LIBS}" "${MY_BINPLACES}")
define_file_basename_for_sources(${MY_PROJ_NAME})
target_compile_features(${MY_PROJ_NAME} PRIVATE cxx_std_14)
endfunction(dsn_add_project)

function(dsn_add_static_library)
Expand Down

0 comments on commit fc014ea

Please sign in to comment.