Skip to content

Commit

Permalink
Merge pull request #672 from Freed-Wu/typo
Browse files Browse the repository at this point in the history
Fix typo about building
  • Loading branch information
andreasfertig authored Sep 21, 2024
2 parents cba412f + c7a115b commit 87d6c48
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 @@ -694,7 +694,7 @@ if (NOT WIN32)
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/docker-shell.sh ${CMAKE_CURRENT_BINARY_DIR}/docker_build compile "-DINSIGHTS_STATIC=${INSIGHTS_STATIC} -DINSIGHTS_COVERAGE=${INSIGHTS_COVERAGE} -DDEBUG=${DEBUG} -DINSIGHTS_TIDY=${INSIGHTS_TIDY} -DINSIGHTS_USE_LIBCPP=${INSIGHTS_USE_LIBCPP}"
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tests/runTest.py ${CMAKE_CURRENT_SOURCE_DIR}/scripts/docker-shell.sh
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripts
COMMENT "Bulding insights in docker" VERBATIM
COMMENT "Building insights in docker" VERBATIM
)

# open a shell in the docker container
Expand Down

0 comments on commit 87d6c48

Please sign in to comment.