Skip to content

Commit

Permalink
Merge pull request hpcc-systems#18678 from GordonSmith/HPCC-31875-GH_…
Browse files Browse the repository at this point in the history
…ACTIONS_SMOKETEST

HPCC-31875 GH-Action smoketest failing

Reviewed-by: Jake Smith <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored May 23, 2024
2 parents 07cffde + 4e9b4a8 commit 4c82475
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/Rembed/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ if(REMBED)
./../../system/mp
./../../system/jlib)

set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wno-error=format-nonliteral")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=format-nonliteral")
set_property (SOURCE Rembed.cpp APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-format-nonliteral")
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wno-error=format-nonliteral -Wno-error=format-security -Wno-error=format=")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=format-nonliteral -Wno-error=format-security -Wno-error=format=")
set_property (SOURCE Rembed.cpp APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-format-nonliteral -Wno-format-security -Wno-error-format=")
add_definitions(-D_USRDLL -DREMBED_EXPORTS)
if(RCPP_LIBRARY STREQUAL "")
add_definitions(-DRCPP_HEADER_ONLY)
Expand Down Expand Up @@ -77,4 +77,4 @@ if(PLATFORM OR CLIENTTOOLS_ONLY)
FILES ${CMAKE_CURRENT_SOURCE_DIR}/R.ecllib
DESTINATION plugins
COMPONENT Runtime)
endif()
endif()

0 comments on commit 4c82475

Please sign in to comment.