diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-12 05:37:54 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-12 05:37:54 +0200 |
commit | 3cd6a5a8b54686575f89e10eea75976bda3bac2f (patch) | |
tree | 6a6fd66fe016e1521f193f8ab8b013b078236df9 | |
parent | cb38011818063ac2b28fb09c9e34b2fc3a558988 (diff) |
cmake: no -fipa-pta workaround needed, compiler fix is known
See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9da7d36..55f715b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -321,7 +321,7 @@ if(OpenCV_FOUND) link_with_dinput8(opentrack-tracker-pt) if(SDK_ARUCO_LIBPATH) - opentrack_library(opentrack-tracker-aruco ftnoir_tracker_aruco GNU-LINK -fno-ipa-pta) + opentrack_library(opentrack-tracker-aruco ftnoir_tracker_aruco) target_link_libraries(opentrack-tracker-aruco ${SDK_ARUCO_LIBPATH} ${OpenCV_LIBS}) target_include_directories(opentrack-tracker-aruco SYSTEM PUBLIC ${OpenCV_INCLUDE_DIRS}) endif() |