We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbfffa commit d70c3fcCopy full SHA for d70c3fc
1 file changed
CMakeLists.txt
@@ -393,19 +393,6 @@ if(PHYSFS_BUILD_DOCS)
393
endif()
394
395
396
-if(UNIX)
397
- set(PHYSFS_TARBALL "${CMAKE_CURRENT_SOURCE_DIR}/../physfs-${PHYSFS_VERSION}.tar.gz")
398
-
399
- set(PHYSFS_TARGETNAME_DIST "dist" CACHE STRING "Name of 'dist' build target")
400
- add_custom_target(
401
- ${PHYSFS_TARGETNAME_DIST}
402
- git archive --prefix="physfs-${PHYSFS_VERSION}/" --output="${PHYSFS_TARBALL}" HEAD
403
- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
404
- COMMENT "Building source tarball '${PHYSFS_TARBALL}'..."
405
- )
406
-endif()
407
408
409
macro(message_bool_option _NAME _VALUE)
410
if(${_VALUE})
411
message(STATUS " ${_NAME}: enabled")
0 commit comments