浏览代码

cmake: Remove duplicate inclusion of defs.cmake

Xenofon Karamanos 8 月之前
父节点
当前提交
eb32feab9c
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/CMakeLists.txt

+ 0 - 2
src/CMakeLists.txt

@@ -19,8 +19,6 @@ message(STATUS "CMAKE_C_COMPILER_VERSION: ${CMAKE_C_COMPILER_VERSION}")
 
 find_package(Threads REQUIRED)
 
-include(${CMAKE_SOURCE_DIR}/cmake/defs.cmake)
-
 # -----------------------
 # The following produces core/autover.h Find Git
 option(USE_GIT "Use git to get commit information" ON)