mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] prevent in source builds
This commit is contained in:
@@ -25,7 +25,9 @@ set(CMAKE_C_EXTENSIONS ON)
|
||||
option(CMAKE_COLOR_MAKEFILE "colorful CMake makefile" ON)
|
||||
option(CMAKE_VERBOSE_MAKEFILE "verbose CMake makefile" ON)
|
||||
option(CMAKE_POSITION_INDEPENDENT_CODE "build with position independent code (-fPIC or -fPIE)" ON)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/)
|
||||
include(PreventInSourceBuilds)
|
||||
|
||||
include(MSVCRuntime)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user