mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
14 lines
600 B
Diff
14 lines
600 B
Diff
|
diff --git a/CMakeDependenciesConfig.txt b/CMakeDependenciesConfig.txt
|
||
|
index 447a440..e2562de 100644
|
||
|
--- a/CMakeDependenciesConfig.txt
|
||
|
+++ b/CMakeDependenciesConfig.txt
|
||
|
@@ -228,7 +228,7 @@ ELSEIF(UNIX)
|
||
|
# Paged Geometry
|
||
|
find_path(PAGED_INCLUDE_DIRS "PagedGeometry/PagedGeometry.h")
|
||
|
if(PAGED_INCLUDE_DIRS)
|
||
|
- set(PAGED_INCLUDE_DIRS "${PAGED_INCLUDE_DIRS};/${PAGED_INCLUDE_DIRS}/PagedGeometry")
|
||
|
+ set(PAGED_INCLUDE_DIRS "${PAGED_INCLUDE_DIRS};${PAGED_INCLUDE_DIRS}/PagedGeometry")
|
||
|
find_library(PAGED_LIBRARIES "PagedGeometry")
|
||
|
set(ROR_USE_PAGED ON)
|
||
|
else()
|