I HAVE 0 DOLLARS NOW

This commit is contained in:
David Markowitz 2024-01-18 04:35:19 -08:00
parent 6958ae6e0a
commit cdb08421bb

View File

@ -272,9 +272,9 @@ link_directories(${PROJECT_BINARY_DIR})
# Load all of our third party directories
add_subdirectory(thirdparty)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
if (UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
endif()
# Glob together all headers that need to be precompiled
file(
GLOB HEADERS_DDATABASE