Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Oct 28, 2021
1 parent 8472fb4 commit 81be331
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ include(GNUInstallDirs)

set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)

if(NOT CPack_CMake_INCLUDED)
include(CPack)
endif()

# Target Start
add_library(${PROJECT_NAME}
Expand Down

0 comments on commit 81be331

Please sign in to comment.