Skip to content

Commit

Permalink
+ fix PCH to work again with QtCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Apr 30, 2014
1 parent 1a7cea9 commit 7be7310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cMake/FreeCadMacros.cmake
Expand Up @@ -173,7 +173,7 @@ MACRO(ADD_MSVC_PRECOMPILED_HEADER TargetName PrecompiledHeader PrecompiledSource
GET_FILENAME_COMPONENT(PrecompiledBasename ${PrecompiledHeader} NAME_WE)
IF(MSVC_IDE)
SET(PrecompiledBinary "$(IntDir)\\$(TargetName).pch")
ELSEIF(MSVC_IDE)
ELSE(MSVC_IDE)
SET(PrecompiledBinary ${CMAKE_CURRENT_BINARY_DIR}/${TargetName}.pch)
ENDIF(MSVC_IDE)
SET(Sources ${${SourcesVar}})
Expand Down

0 comments on commit 7be7310

Please sign in to comment.