Skip to content

Commit

Permalink
Deactivate some warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 13, 2024
1 parent 60b05c8 commit ce349c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ set(HEADERS
# Create executable file from sources
add_executable(${NAME_TEST} ${SOURCES} ${HEADERS})

# Disable warnings
# warning C4129: 'x': unrecognized character escape sequence
target_compile_options(${NAME_TEST} PRIVATE $<$<COMPILE_LANG_AND_ID:CXX,MSVC>:/wd4129>)

target_include_directories(${NAME_TEST} PRIVATE
${LIB_INCLUDE_DIR}
${TEST_INCLUDE_DIR}
Expand Down

0 comments on commit ce349c6

Please sign in to comment.