diff options
| author | click <none@none> | 2010-08-14 18:06:32 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-08-14 18:06:32 +0200 |
| commit | 2528e6e7648651cfa90328c32968dc41e1c61377 (patch) | |
| tree | 8fbfede78879f6406e4a86db42b98fd3f176ecc7 | |
| parent | d86a0e5060897c06e2a5dea6d086c42485ae7017 (diff) | |
Fix typo in previous commit
--HG--
branch : trunk
| -rw-r--r-- | cmake/FindPCHSupport.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindPCHSupport.cmake b/cmake/FindPCHSupport.cmake index 0cb3af8c5f0..39a96b6cadb 100644 --- a/cmake/FindPCHSupport.cmake +++ b/cmake/FindPCHSupport.cmake @@ -47,7 +47,7 @@ MACRO(_PCH_GET_COMPILE_FLAGS _out_compile_flags) IF(CMAKE_COMPILER_IS_GNUCXX) GET_TARGET_PROPERTY(_targetType ${_PCH_current_target} TYPE) IF(${_targetType} STREQUAL SHARED_LIBRARY AND NOT WIN32) - LIST(APPEND ${_out_compile_flags} -fPIC") + LIST(APPEND ${_out_compile_flags} -fPIC) ENDIF() ELSE(CMAKE_COMPILER_IS_GNUCXX) |
