From 0e8c9fda5e74c0f543ceff51304fcf132b414c61 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Thu, 14 Feb 2013 08:50:32 -0600 Subject: [PATCH] typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 956662fc6a..a9ac42afbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) # We build DLL/DSOs from static libraries, so create position independent code # for all cases, since we do not have DLL/DSO specific static libraries. # This flag could be localized to any object file going into a DLL/DSO in the future. - set( CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -fPIC" ) + set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC" ) set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC" ) set(KICAD_GCC_RELEASE_BUILD_FLAGS "-O2")