summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmake/opentrack-boilerplate.cmake2
-rw-r--r--compat/library-path.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index a2db939d..0e9516a8 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -28,7 +28,7 @@ set(new-hier-path "#pragma once
include_directories("${CMAKE_BINARY_DIR}")
-set(hier-path-filename "${CMAKE_BINARY_DIR}/__opentrack-library-path.h")
+set(hier-path-filename "${CMAKE_BINARY_DIR}/opentrack-library-path.hxx")
set(orig-hier-path "")
if(EXISTS "${hier-path-filename}")
file(READ ${hier-path-filename} orig-hier-path)
diff --git a/compat/library-path.hpp b/compat/library-path.hpp
index e14cf5e0..49e2c414 100644
--- a/compat/library-path.hpp
+++ b/compat/library-path.hpp
@@ -1,4 +1,4 @@
#pragma once
// from build directory
-#include "__opentrack-library-path.h"
+#include "opentrack-library-path.hxx"