We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762167c commit c107825Copy full SHA for c107825
SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt
@@ -238,6 +238,16 @@ install (FILES
238
DESTINATION include/omc/cpp)
239
ENDIF("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
240
241
+IF("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
242
+configure_file (
243
+ "ModelicaConfig_gcc.inc.in"
244
+ "${PROJECT_BINARY_DIR}/ModelicaConfig_gcc.inc"
245
+ )
246
+install (FILES
247
+ ${PROJECT_BINARY_DIR}/ModelicaConfig_gcc.inc
248
+ DESTINATION include/omc/cpp)
249
+ENDIF("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
250
+
251
configure_file (
252
"ModelicaLibraryConfig.inc.in"
253
"${PROJECT_BINARY_DIR}/ModelicaLibraryConfig.inc"
0 commit comments