Skip to content

Commit

Permalink
Fix copy paste mistake. (OpenModelica#1252)
Browse files Browse the repository at this point in the history
  - Logic was reversed.
  • Loading branch information
mahge authored Sep 5, 2023
1 parent fe765f7 commit 7426fa7
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 @@ -21,7 +21,7 @@ endif()

## If OMSimulator is being built as part of OpenModelica
## set the install component to 'omsimulator' for all tagets built by it.
if(NOT OPENMODELICA_SUPERPROJECT)
if(OPENMODELICA_SUPERPROJECT)
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME omsimulator)
endif()

Expand Down

0 comments on commit 7426fa7

Please sign in to comment.