Skip to content

Commit b8c2505

Browse files
committed
CMake: changed project name from "ipfixcol" to "ipfixcol2"
1 parent 188f735 commit b8c2505

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 2.8.8)
2-
project(ipfixcol)
2+
project(ipfixcol2)
33

44
# Description of the project
55
set(

pkg/rpm/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ file(MAKE_DIRECTORY
2626
)
2727

2828
# Create a configuration for CPack
29-
set(FILE_SPEC_IN "${CMAKE_CURRENT_SOURCE_DIR}/ipfixcol.spec.in")
30-
set(FILE_SPEC_OUT "${RPM_BUILD_DIR}/SPECS/ipfixcol.spec")
29+
set(FILE_SPEC_IN "${CMAKE_CURRENT_SOURCE_DIR}/ipfixcol2.spec.in")
30+
set(FILE_SPEC_OUT "${RPM_BUILD_DIR}/SPECS/ipfixcol2.spec")
3131

3232
configure_file(
3333
"${FILE_SPEC_IN}"

0 commit comments

Comments
 (0)