Переглянути джерело

Apply -fPIC on all compilers

tags/v1.7.90
Pierre Ossman 7 роки тому
джерело
коміт
92c52c3702
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      common/CMakeLists.txt

+ 1
- 1
common/CMakeLists.txt Переглянути файл

@@ -9,7 +9,7 @@ add_subdirectory(rfb)
# because PIC code does not exist on that platform and MinGW complains if -fPIC
# is passed (additionally, libvnc is not used on Windows.)

if(CMAKE_COMPILER_IS_GNUCXX AND NOT WIN32)
if(NOT WIN32)
set_target_properties(os rdr network Xregion rfb
PROPERTIES COMPILE_FLAGS -fPIC)
endif()

Завантаження…
Відмінити
Зберегти