Skip to content

Commit

Permalink
src/CMakeLists: Don't confuse Doxygen
Browse files Browse the repository at this point in the history
A commented-out if() in CMake looks a lot like a preprocessor
directive
  • Loading branch information
ferdnyc committed Mar 7, 2021
1 parent a3ce140 commit 7cf5a0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Expand Up @@ -453,9 +453,6 @@ endif()
if(UNIX AND NOT APPLE)
set(CPACK_GENERATOR "DEB")
endif()
#if(UNIX AND APPLE)
# set(CPACK_GENERATOR "DragNDrop")
#endif()
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Jonathan Thomas") #required

include(CPack)

0 comments on commit 7cf5a0c

Please sign in to comment.