mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] revert 824ace49ac
cmake configuration file locations are no different on linux and FreeBSD
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
function(SetFreeRDPCMakeInstallDir SETVAR subdir)
|
function(SetFreeRDPCMakeInstallDir SETVAR subdir)
|
||||||
if(FREEBSD)
|
|
||||||
set(${SETVAR} "${CMAKE_INSTALL_DATAROOTDIR}/cmake/Modules/${subdir}" PARENT_SCOPE)
|
|
||||||
else()
|
|
||||||
set(${SETVAR} "${CMAKE_INSTALL_LIBDIR}/cmake/${subdir}" PARENT_SCOPE)
|
set(${SETVAR} "${CMAKE_INSTALL_LIBDIR}/cmake/${subdir}" PARENT_SCOPE)
|
||||||
endif()
|
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|||||||
Reference in New Issue
Block a user