Skip to content

Commit

Permalink
checking mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 7, 2023
1 parent 1915426 commit cb331d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Tests/CPP_Bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ add_executable(${TESTNAME} ${SRCS_UNITTEST} ${GTEST_SRC_FILES})

set(STARTUPPROJECT ${TESTNAME})

if (WIN32)
target_compile_options(${TESTNAME} PUBLIC "$<$<CONFIG:DEBUG>:/Od;/Ob0;/sdl;/W3;/WX;/FC;/MDd;/wd4996>")
target_compile_options(${TESTNAME} PUBLIC "$<$<CONFIG:RELEASE>:/O2;/sdl;/WX;/Oi;/Gy;/FC;/MD;/wd4996>")
endif()

target_include_directories(${TESTNAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/Include
${CMAKE_SOURCE_DIR}/Libraries/googletest/Include
Expand Down

0 comments on commit cb331d4

Please sign in to comment.