diff --git a/CMakeLists.txt b/CMakeLists.txt index 924d470fa..2f3b37c27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,6 +204,7 @@ if(PLATFORM STREQUAL "desktop") if (MSVC) target_include_directories(butterscotch PRIVATE ${CMAKE_SOURCE_DIR}/compat/getopt) add_compile_definitions(NO_STRTOK_R) + add_compile_definitions(NO_STRCASECMP) endif() # Butterscotch VM/interpreter profiler