Skip to content

Commit

Permalink
Missing a target_include_directory for Unix
Browse files Browse the repository at this point in the history
I changed a `include_directory()` to a target_include_directory but forgot to do it for each Transition lib as well.
  • Loading branch information
jmarrec committed Jun 15, 2021
1 parent 6670e31 commit c4083f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Transition/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ foreach(i RANGE 1 ${end})

set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${LAST_NAME})
add_executable("${LAST_NAME}" ${SRC})
target_include_directories("${LAST_NAME}" PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
set_target_properties("${LAST_NAME}" PROPERTIES FOLDER Auxiliary)
target_link_libraries("${LAST_NAME}" TransitionLib)

Expand Down

5 comments on commit c4083f0

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8722_HVAC_Diagram (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: Build Failed

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8722_HVAC_Diagram (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: Build Failed

Build Badge Test Badge Coverage Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8722_HVAC_Diagram (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: Build Failed

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8722_HVAC_Diagram (jmarrec) - Win64-Windows-10-VisualStudio-16: OK (2341 of 2341 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8722_HVAC_Diagram (jmarrec) - x86_64-MacOS-10.15-clang-11.0.0: OK (3092 of 3092 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.