Skip to content

Commit ac28f75

Browse files
authored
Update CMakeLists.txt
1 parent ad7036e commit ac28f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ list(INSERT CMAKE_MODULE_PATH 0 $ENV{SWIPL_HOME_DIR}/cmake)
1313
include(swipl)
1414

1515
# Create the library as a CMake module
16-
add_library(rolog MODULE src/crolog.cpp)
16+
add_library(rolog MODULE src/rolog.cpp)
1717
target_compile_options(rolog PRIVATE -DPROLOGPACK)
1818
include_directories(${R_INCLUDE_DIR})
1919
include_directories(${RCPP_INCLUDE_DIR})

0 commit comments

Comments
 (0)