Skip to content

Commit 0358311

Browse files
committed
Fix typos for ARCH_RPM
1 parent e9e8659 commit 0358311

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ if (BUILD_32)
2121
set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "-m32" LINK_FLAGS "-m32")
2222
MESSAGE(STATUS "Excluding 64bit library paths from search.")
2323
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS OFF)
24-
set(ARCH_RPM i686)
2524
set(ARCH_DEB i386)
25+
set(ARCH_RPM i686)
2626
elseif (BUILD_64)
2727
set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "-m64" LINK_FLAGS "-m64")
2828
set(ARCH_DEB amd64)
29-
set(ARCH_RM x86_64)
29+
set(ARCH_RPM x86_64)
3030
else()
3131
set(ARCH_DEB amd64)
3232
set(ARCH_RPM x86_64)

0 commit comments

Comments
 (0)