updated build system
This commit is contained in:
@@ -14,14 +14,6 @@ option(PROJECT_ENABLE_WINFSP "Enable WinFSP" OFF)
|
||||
option(PROJECT_REQUIRE_ALPINE "Require Alpine Linux as build system" OFF)
|
||||
option(PROJECT_STATIC_LINK "Static link executables" OFF)
|
||||
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
if(PROJECT_ENABLE_TESTING)
|
||||
add_definitions(-DPROJECT_ENABLE_TESTING)
|
||||
endif()
|
||||
|
||||
if(PROJECT_STATIC_LINK)
|
||||
add_definitions(-DPROJECT_STATIC_LINK)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user