blob: f561483cfe1724e53bbdda8564e5d82ec9cbed10 [file] [log] [blame]
if (${CMAKE_GENERATOR} MATCHES "Visual Studio")
# With the VisualStudio generator, the compiler complains about -std=c++* for C sources.
set_source_files_properties(
${bmalloc_SOURCES}
PROPERTIES LANGUAGE CXX
)
endif ()