diff options
author | Ries van Twisk <github@rvt.dds.nl> | 2020-01-04 08:30:24 +0100 |
---|---|---|
committer | Ries van Twisk <github@rvt.dds.nl> | 2020-01-04 08:30:24 +0100 |
commit | 18cbd25f2e3ed59bb9f20ba314d603df0eb46c1d (patch) | |
tree | b2aee633b6877d065c960d85a83f0328db9e4f56 /cmake | |
parent | a14738e90fb47225c009d0747da354a56f24562e (diff) |
Handled review comments
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/opentrack-platform.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index 23c18d52..96d306fa 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -51,10 +51,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC OFF) set(CMAKE_POSITION_INDEPENDENT_CODE TRUE) -set(CMAKE_INCLUDE_CURRENT_DIR ON) -set(CMAKE_AUTOMOC OFF) -set(CMAKE_POSITION_INDEPENDENT_CODE TRUE) - set(CMAKE_C_VISIBILITY_PRESET hidden) set(CMAKE_CXX_VISIBILITY_PRESET hidden) |