Kaynağa Gözat

Remove unneeded include_directories

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
Nicolas Fella 4 yıl önce
ebeveyn
işleme
72277726a3
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      src/CMakeLists.txt

+ 0 - 4
src/CMakeLists.txt

@@ -59,10 +59,6 @@ elseif(UNIX AND NOT APPLE)
   set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,relro -Wl,-z,now")
 endif()
 
-include_directories(
-    ${CMAKE_SOURCE_DIR}/src/3rdparty
-)
-
 set(QML_IMPORT_PATH ${CMAKE_SOURCE_DIR}/theme CACHE STRING "" FORCE)
 
 add_subdirectory(csync)