Skip to content

Commit

Permalink
BUG: Removed leading whitespace in CMakeLists file
Browse files Browse the repository at this point in the history
  • Loading branch information
NateAM committed Jun 18, 2024
1 parent 3bae925 commit f6ebadf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ New Features
Internal Changes
================
- Removed shared only library output (:pull:`5`). By `Nathan Miller`_.

Bug Fixes
=========
- Removed leading whitespace for add_library call (:pull:`6`). By `Nathan Miller`_.
2 changes: 1 addition & 1 deletion src/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_library (${PROJECT_NAME} INTERFACE ${PROJECT_SOURCE_FILES})
add_library(${PROJECT_NAME} INTERFACE ${PROJECT_SOURCE_FILES})
target_include_directories(${PROJECT_NAME} INTERFACE
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/${CPP_SRC_PATH}>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
Expand Down

0 comments on commit f6ebadf

Please sign in to comment.