We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f62853 commit 71587faCopy full SHA for 71587fa
.github/workflows/build.yml
@@ -15,7 +15,6 @@ on:
15
description: 'Run the build with tmate debugging enabled'
16
required: false
17
default: true
18
-
19
jobs:
20
run:
21
strategy:
CMakeLists.txt
@@ -7,7 +7,6 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
7
set(CMAKE_SKIP_BUILD_RPATH FALSE)
8
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
9
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
10
11
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
12
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
13
0 commit comments