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 e67c447 commit d3fd47cCopy full SHA for d3fd47c
.github/workflows/build.yml
@@ -20,7 +20,6 @@ on:
20
description: 'Run the build with tmate debugging enabled'
21
required: false
22
default: true
23
-
24
jobs:
25
run:
26
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