Revert "Merge pull request #6358 from jpwhiting/build_with_newer_cmake"
This reverts commit2b79608c44
, reversing changes made to183403ceb7
.
This commit is contained in:
parent
6d57630746
commit
7aa0553b57
|
@ -49,7 +49,7 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries (synergy Qt5::Core Qt5::Widgets Qt5::Network)
|
||||
qt5_use_modules (synergy Core Widgets Network)
|
||||
target_compile_definitions (synergy PRIVATE -DSYNERGY_VERSION_STAGE="${SYNERGY_VERSION_STAGE}")
|
||||
target_compile_definitions (synergy PRIVATE -DSYNERGY_REVISION="${SYNERGY_REVISION}")
|
||||
|
||||
|
|
Loading…
Reference in New Issue