Skip to content

Commit 71587fa

Browse files
committed
Minor formatting changes
1 parent 7f62853 commit 71587fa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
description: 'Run the build with tmate debugging enabled'
1616
required: false
1717
default: true
18-
1918
jobs:
2019
run:
2120
strategy:

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
77
set(CMAKE_SKIP_BUILD_RPATH FALSE)
88
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
99
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
10-
1110
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
1211
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
1312

0 commit comments

Comments
 (0)