Browse Source

Change the dummy source file to C

pull/269/head
Jean Pierre Cimalando 4 years ago
parent
commit
d2b4827096
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/DPF-plugin.cmake

+ 1
- 1
cmake/DPF-plugin.cmake View File

@@ -482,7 +482,7 @@ function(dpf__ensure_sources_non_empty VAR)
if(NOT "" STREQUAL "${${VAR}}")
return()
endif()
set(_file "${CMAKE_CURRENT_BINARY_DIR}/_dpf_empty.cpp")
set(_file "${CMAKE_CURRENT_BINARY_DIR}/_dpf_empty.c")
if(NOT EXISTS "${_file}")
file(WRITE "${_file}" "")
endif()


Loading…
Cancel
Save