Skip to content

Commit

Permalink
Revert "Removed warning"
Browse files Browse the repository at this point in the history
This reverts commit cb4a3d3.
  • Loading branch information
davidhjp01 committed Feb 2, 2022
1 parent cb4a3d3 commit 4e37d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option(LIBCOSIM_FMI_LOGGING "Enabling FMI logging during simulation" ON)

# Configure logging in the fmi callback function
if(LIBCOSIM_FMI_LOGGING)
add_compile_definitions(LIBCOSIM_FMI_LOGGING="${LIBCOSIM_FMI_LOGGING}")
add_compile_definitions(LIBCOSIM_FMI_LOGGING=1)
endif()

# Our custom CMake scripts go in the cmake/ subdirectory.
Expand Down

0 comments on commit 4e37d73

Please sign in to comment.