diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 21:22:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 21:22:44 +0100 |
commit | ec771046fe323e8cd6e337cc5b799c39779e9c79 (patch) | |
tree | dee1799b14ba317fc267379c7e96dd4993ee1526 /cmake/opentrack-boilerplate.cmake | |
parent | 4eb2f2c1b122ec6cf4e98f97c93cdd56ea057947 (diff) |
cmake: try not use leading underscore in header name
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 |
1 files changed, 1 insertions, 1 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) |