diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-08-09 12:28:43 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-08-09 12:28:43 (GMT) |
commit | b33c9844fa2c3a6fc7e69688d028bb260582561c (patch) | |
tree | 06369d0a185f7c3a3a9ab050b4ba1812e89a56d8 /Modules/Platform | |
parent | 702f630db8c7e2225b3be9550a4619a47feba1f6 (diff) | |
download | CMake-b33c9844fa2c3a6fc7e69688d028bb260582561c.zip CMake-b33c9844fa2c3a6fc7e69688d028bb260582561c.tar.gz CMake-b33c9844fa2c3a6fc7e69688d028bb260582561c.tar.bz2 |
Revert "Add compiler target compile options."
This reverts commit 2d9ec1dadfdd10043a98d425abb25d0aef117699.
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/QNX.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Platform/QNX.cmake b/Modules/Platform/QNX.cmake index 315f721..2598411 100644 --- a/Modules/Platform/QNX.cmake +++ b/Modules/Platform/QNX.cmake @@ -13,9 +13,6 @@ set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") set(CMAKE_SHARED_LIBRARY_RPATH_LINK_C_FLAG "-Wl,-rpath-link,") set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,") set(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic") -# http://www.qnx.com/developers/docs/6.4.0/neutrino/utilities/q/qcc.html#examples -set(CMAKE_C_COMPILE_OPTION_TARGET "-V") -set(CMAKE_CXX_COMPILE_OPTION_TARGET "-V") # Shared libraries with no builtin soname may not be linked safely by # specifying the file path. |