Skip to content

Commit

Permalink
Comment out the sentence to install the changlog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Jul 19, 2020
1 parent 6fd660c commit ad9153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ INSTALL( TARGETS ${PROJECT_NAME} DESTINATION lib COMPONENT Runtime )

# install header files
INSTALL( DIRECTORY include/ DESTINATION include )
INSTALL( FILES "ChangeLog.txt" DESTINATION "${PROJECT_SOURCE_DIR}/docs" OPTIONAL )
#INSTALL( FILES "ChangeLog.txt" DESTINATION "${PROJECT_SOURCE_DIR}/docs" OPTIONAL )

# display some variables and write them to cache
PANDORA_DISPLAY_STD_VARIABLES()
Expand Down

0 comments on commit ad9153f

Please sign in to comment.