Skip to content

Commit 90f981d

Browse files
authored
chore: fix src/CMakeLists.txt typo
1 parent 1066eeb commit 90f981d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include_directories(${CMAKE_CURRENT_LIST_DIR})
33
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
44
if(APPLE)
55
set(CMAKE_INSTALL_RPATH "@loader_path")
6-
else(UNIX)
6+
elseif(UNIX)
77
set(CMAKE_INSTALL_RPATH "$ORIGIN")
88
endif()
99

0 commit comments

Comments
 (0)