PreCompiled fix

Preventive action to avoid problems with MSVC.
This commit is contained in:
Benjamin Alterauge
2022-06-28 17:26:49 +02:00
committed by wwmayer
parent 43f17aa624
commit ecfe912d97
3 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ include_directories(
${OCC_INCLUDE_DIR}
${ZLIB_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}
)
link_directories(${OCC_LIBRARY_DIR})

View File

@@ -20,7 +20,7 @@
* *
***************************************************************************/
#include "../PreCompiled.h"
#include "PreCompiled.h"
#ifndef _PreComp_
#endif

View File

@@ -3,7 +3,7 @@
// This program is released under the BSD license. See the file COPYING for details.
// modified 2018 wandererfan
#include "../PreCompiled.h"
#include "PreCompiled.h"
//required by windows for M_PI definition
#define _USE_MATH_DEFINES