Skip to content

Commit 3b39e13

Browse files
committed
Minor formatting changes
1 parent deb6fda commit 3b39e13

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
@@ -20,7 +20,6 @@ on:
2020
description: 'Run the build with tmate debugging enabled'
2121
required: false
2222
default: true
23-
2423
jobs:
2524
run:
2625
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)