Skip to content

Commit

Permalink
Need capital S for linux file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
A-j-K committed Jul 9, 2023
1 parent 199b2af commit 07972ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion plugins/Satellites/src/omm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class omm
omm(); // Make default constructor unavailable.

public:

enum class SourceType {
Invalid,
LegacyTle,
Expand Down
2 changes: 1 addition & 1 deletion plugins/Satellites/src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ADD_EXECUTABLE(testOMM testOMM.cpp testOMM.hpp)
TARGET_LINK_LIBRARIES(testOMM Qt${QT_VERSION_MAJOR}::Test Satellites-static stelMain)
ADD_TEST(NAME OMM COMMAND testOMM)
SET_TARGET_PROPERTIES(testOMM PROPERTIES FOLDER "plugins/Satellites/test")
FILE(COPY "${CMAKE_SOURCE_DIR}/plugins/satellites/src/test/test_data.xml" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
FILE(COPY "${CMAKE_SOURCE_DIR}/plugins/Satellites/src/test/test_data.xml" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")

0 comments on commit 07972ba

Please sign in to comment.