Skip to content

Commit

Permalink
refs modelica#4093 Fix include order
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Jan 26, 2024
1 parent fbd4287 commit 750cb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Resources/BuildProjects/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ set(CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_PREFIX}/Library/${MODELICA_PLATFORM_NA

include(compiler_options.cmake)
include(options.cmake)
include(src.cmake)
include(test.cmake)
include(src.cmake)

0 comments on commit 750cb5f

Please sign in to comment.