diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:07:51 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:50:50 +0100 |
commit | b600e54dc76254b7e431a1e50cff6707aa2d3d3e (patch) | |
tree | 76cfeb9d76e67241d9d048ad7b59b65a474060a4 /cmake/opentrack-boilerplate.cmake | |
parent | f348546bd9fee8a82ad14f5583430fe65f960458 (diff) |
cmake: small cleanup
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index 10ef96a3..d86dde11 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -26,8 +26,6 @@ set(new-hier-path "#pragma once #define OPENTRACK_I18N_PATH \"${opentrack-i18n-path}\" ") -include_directories("${CMAKE_BINARY_DIR}") - function(otr_write_library_paths) set(hier-path-filename "${CMAKE_BINARY_DIR}/opentrack-library-path.hxx") set(orig-hier-path "") |