Skip to content

Commit

Permalink
Make definitions related to Pthread inclusion on Windows public, so t…
Browse files Browse the repository at this point in the history
…hat they affect anything linked with the relevant asl version.
  • Loading branch information
mapgccv committed Nov 15, 2024
1 parent 3db04ea commit d5cfe29
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 @@ -339,7 +339,7 @@ macro(createSingleASL name sourcedir sources)
if(PAR_INCLUDE)
target_include_directories(${name} PUBLIC ${PAR_INCLUDE})
endif()
target_compile_definitions(${name} PRIVATE ${MY_COMPILE_DEFINITIONS})
target_compile_definitions(${name} PUBLIC ${MY_COMPILE_DEFINITIONS})

add_dependencies(${name} arith-h)
target_link_libraries(${name} PUBLIC ${CMAKE_DL_LIBS})
Expand Down

0 comments on commit d5cfe29

Please sign in to comment.