Buildbot: Attempt to point precompiled libraries to a correct folder
The CMAKE_SOURCES variable is not yet initialized when the buildbot configuration is read. This is similar to the include of full release configuration happening earlier in the file.
This commit is contained in:
@@ -27,7 +27,7 @@ set(WITH_PYTHON_INSTALL_REQUESTS ON CACHE BOOL "" FORCE)
|
|||||||
|
|
||||||
# ######## Release environment specific settings ########
|
# ######## Release environment specific settings ########
|
||||||
|
|
||||||
set(LIBDIR "${CMAKE_SOURCE_DIR}/../lib/${LIBDIR_NAME}" CACHE STRING "" FORCE)
|
set(LIBDIR "${CMAKE_CURRENT_LIST_DIR}/../../../lib/${LIBDIR_NAME}" CACHE STRING "" FORCE)
|
||||||
|
|
||||||
# Platform specific configuration, to ensure static linking against everything.
|
# Platform specific configuration, to ensure static linking against everything.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user