Skip to content

Commit

Permalink
CMake: fix helper names
Browse files Browse the repository at this point in the history
tstenner committed Mar 7, 2018
1 parent 4783f55 commit a2f35a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ add_subdirectory(Apps)

# Generate packages for LSL and all built apps
if(UNIX AND NOT APPLE)
include(LslCPackCommon)
include(LslCPackDeb)
include(LSLCPackCommon)
include(LSLCPackDeb)
include(CPack)
endif()

0 comments on commit a2f35a8

Please sign in to comment.