diff options
Diffstat (limited to 'icd')
| -rw-r--r-- | icd/nulldrv/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icd/nulldrv/CMakeLists.txt b/icd/nulldrv/CMakeLists.txt index 8e40e697..f0e3f606 100644 --- a/icd/nulldrv/CMakeLists.txt +++ b/icd/nulldrv/CMakeLists.txt @@ -1,9 +1,9 @@ # Create the nulldrv Vulkan DRI library if (WIN32) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DVK_PROTOTYPES -D_CRT_SECURE_NO_WARNINGS") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_CRT_SECURE_NO_WARNINGS") else() -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DVK_PROTOTYPES") +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") endif() add_custom_command(OUTPUT nulldrv_gpa.c |
